Html Css Color HEX #D335CC Fuchsia

📋 copy color: '#D335CC'

red 211 ◦ green 53 ◦ blue 204

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

Shades of Fuchsia #D335CC

Tints of Fuchsia #D335CC

RGB

 RED value IS 211 (82.81% from 255) = 45.09%

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

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

R = 45.09%
G = 11.32%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D335CC (or 0xD335CC) is known color: Fuchsia. HEX triplet: D3, 35 and CC. RGB value is (211,53,204). Sum of RGB (Red+Green+Blue) = 211+53+204=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D335CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335CC is #2CCA33. Grayscale: #757575. Windows color (decimal): -2935348 or 13383123. OLE color: 13383123.

HSL color Cylindrical-coordinate representation of color #D335CC: hue angle of 302.66º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D335CC is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 53 204 -
CMYK 0 0.75 0.03 0.17
HSL 302.66º 0.64% 0.52% -
HSV(B) 302.66º 0.75% 0.83% -
XYZ 39.04 20.75 59.08 -
YUV 117.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 211 53 204 0 0.75 0.03 0.17 302.66 0.64 0.52
Hex D3 35 CC 0 4B 3 11 12F 40 34
Octal 323 65 314 0 113 3 21 457 100 64
Binary 11010011 110101 11001100 0 1001011 11 10001 100101111 1000000 110100

Color Harmonies of #D335CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335CC

Black with #D335CC

Text Example


Text Example

White with #D335CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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