#D442CC

Color #D442CC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D442CC

Tints of Fuchsia #D442CC

Color information

#D442CC (or 0xD442CC) is unknown color: approx Fuchsia. HEX triplet: D4, 42 and CC. RGB value is (212,66,204). Sum of RGB (Red+Green+Blue) = 212+66+204=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D442CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442CC is #2BBD33. Grayscale: #7C7C7C. Windows color (decimal): -2866484 or 13386452. OLE color: 13386452.

HSL color Cylindrical-coordinate representation of color #D442CC: hue angle of 303.29º 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 #D442CC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB21266204-
CMYK00.690.040.17
HSL303.29º62.93%54.51%-
HSV(B)303.29º68.87%83.14%-
XYZ4022.2559.31-
YUV125.39172.37189.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 66 (26.17% from 255) = 13.69%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=43.98%
G=13.69%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126620400.690.040.17303.2962.9354.51
HexD442CC04541112f3f37
Octal32410231401054214577767
Binary110101001000010110011000100010110010001100101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D442CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D442CC; }

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

 H1.HeaderClassName
 {
   color: #D442CC;
 }
 .AnyTagClassName
 {
   color: #D442CC;
 }
</style>
background-color css

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

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

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

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

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

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