Html Css Color HEX #D535CC Fuchsia

📋 copy color: '#D535CC'

red 213 ◦ green 53 ◦ blue 204

#D535CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D535CC

Tints of Fuchsia #D535CC

RGB

 RED value IS 213 (83.59% from 255) = 45.32%

 GREEN value IS 53 (21.09% from 255) = 11.28%

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 45.32%
G = 11.28%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D535CC (or 0xD535CC) is known color: Fuchsia. HEX triplet: D5, 35 and CC. RGB value is (213,53,204). Sum of RGB (Red+Green+Blue) = 213+53+204=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D535CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535CC is #2ACA33. Grayscale: #757575. Windows color (decimal): -2804276 or 13383125. OLE color: 13383125.

HSL color Cylindrical-coordinate representation of color #D535CC: hue angle of 303.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D535CC is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 204 -
CMYK 0 0.75 0.04 0.16
HSL 303.38º 0.66% 0.52% -
HSV(B) 303.38º 0.75% 0.84% -
XYZ 39.61 21.05 59.1 -
YUV 118.05 176.51 195.72 -
System Red Green Blue C M Y K H S L
Decimal 213 53 204 0 0.75 0.04 0.16 303.38 0.66 0.52
Hex D5 35 CC 0 4B 4 10 12F 42 34
Octal 325 65 314 0 113 4 20 457 102 64
Binary 11010101 110101 11001100 0 1001011 100 10000 100101111 1000010 110100

Color Harmonies of #D535CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535CC

Black with #D535CC

Text Example


Text Example

White with #D535CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535CC; }

 p { color: rgb(213,53,204); }

 H1.HeaderClassName
 {
   color: #D535CC;
 }
 .AnyTagClassName
 {
   color: #D535CC;
 }
</style>

background-color css

<style>
 a { background-color: #D535CC; }

 a { background-color: rgb(213,53,204); }

 div.DivClassName
 {
   background-color: #D535CC;
 }
 .BgClassName
 {
   background-color: #D535CC;
 }
</style>

border-color css

<style>
 span { border-color: #D535CC; }

 span { border-color: rgb(213,53,204); }

 td.TdClassName
 {
   border-color: #D535CC;
 }
 .TagClassName
 {
   border-color: #D535CC;
 }
</style>