Html Css Color HEX #D442CB Fuchsia

📋 copy color: '#D442CB'

red 212 ◦ green 66 ◦ blue 203

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

Shades of Fuchsia #D442CB

Tints of Fuchsia #D442CB

RGB

 RED value IS 212 (83.2% from 255) = 44.07%

 GREEN value IS 66 (26.17% from 255) = 13.72%

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 44.07%
G = 13.72%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D442CB (or 0xD442CB) is known color: Fuchsia. HEX triplet: D4, 42 and CB. RGB value is (212,66,203). Sum of RGB (Red+Green+Blue) = 212+66+203=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D442CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442CB is #2BBD34. Grayscale: #7C7C7C. Windows color (decimal): -2866485 or 13320916. OLE color: 13320916.

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

Color convert

RGB 212 66 203 -
CMYK 0 0.69 0.04 0.17
HSL 303.7º 0.63% 0.55% -
HSV(B) 303.7º 0.69% 0.83% -
XYZ 39.88 22.21 58.68 -
YUV 125.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 212 66 203 0 0.69 0.04 0.17 303.7 0.63 0.55
Hex D4 42 CB 0 45 4 11 130 3F 37
Octal 324 102 313 0 105 4 21 460 77 67
Binary 11010100 1000010 11001011 0 1000101 100 10001 100110000 111111 110111

Color Harmonies of #D442CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442CB

Black with #D442CB

Text Example


Text Example

White with #D442CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442CB; }

 p { color: rgb(212,66,203); }

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

background-color css

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

 a { background-color: rgb(212,66,203); }

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

border-color css

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

 span { border-color: rgb(212,66,203); }

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