Html Css Color HEX #D33CCD Fuchsia

📋 copy color: '#D33CCD'

red 211 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #D33CCD

Tints of Fuchsia #D33CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.61%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 44.33%
G = 12.61%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D33CCD (or 0xD33CCD) is known color: Fuchsia. HEX triplet: D3, 3C and CD. RGB value is (211,60,205). Sum of RGB (Red+Green+Blue) = 211+60+205=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D33CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CCD is #2CC332. Grayscale: #797979. Windows color (decimal): -2933555 or 13450451. OLE color: 13450451.

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

Color convert

RGB 211 60 205 -
CMYK 0 0.72 0.03 0.17
HSL 302.38º 0.63% 0.53% -
HSV(B) 302.38º 0.72% 0.83% -
XYZ 39.5 21.49 59.82 -
YUV 121.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 211 60 205 0 0.72 0.03 0.17 302.38 0.63 0.53
Hex D3 3C CD 0 48 3 11 12E 3F 35
Octal 323 74 315 0 110 3 21 456 77 65
Binary 11010011 111100 11001101 0 1001000 11 10001 100101110 111111 110101

Color Harmonies of #D33CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33CCD

Black with #D33CCD

Text Example


Text Example

White with #D33CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33CCD; }

 p { color: rgb(211,60,205); }

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

background-color css

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

 a { background-color: rgb(211,60,205); }

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

border-color css

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

 span { border-color: rgb(211,60,205); }

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