#D43175

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

Shades of Deep Cerise #D43175

Tints of Deep Cerise #D43175

Color information

#D43175 (or 0xD43175) is unknown color: approx Deep Cerise. HEX triplet: D4, 31 and 75. RGB value is (212,49,117). Sum of RGB (Red+Green+Blue) = 212+49+117=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D43175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43175 is #2BCE8A. Grayscale: #696969. Windows color (decimal): -2870923 or 7680468. OLE color: 7680468.

HSL color Cylindrical-coordinate representation of color #D43175: hue angle of 334.97º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43175 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21249117-
CMYK00.770.450.17
HSL334.97º65.46%51.18%-
HSV(B)334.97º76.89%83.14%-
XYZ31.4617.4818.55-
YUV105.49134.5203.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.08%
GREEN value IS 49 (19.53% from 255) = 12.96%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=56.08%
G=12.96%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124911700.770.450.17334.9765.4651.18
HexD4317504D2D1114f4133
Octal324611650115552151710163
Binary11010100110001111010101001101101101100011010011111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43175; }

 p { color: rgb(212,49,117); }

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

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

 a { background-color: rgb(212,49,117); }

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

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

 span { border-color: rgb(212,49,117); }

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