#D4227B

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

Shades of Deep Cerise #D4227B

Tints of Deep Cerise #D4227B

Color information

#D4227B (or 0xD4227B) is unknown color: approx Deep Cerise. HEX triplet: D4, 22 and 7B. RGB value is (212,34,123). Sum of RGB (Red+Green+Blue) = 212+34+123=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4227B is #2BDD84. Grayscale: #616161. Windows color (decimal): -2874757 or 8069844. OLE color: 8069844.

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

Color convert

RGB21234123-
CMYK00.840.420.17
HSL330º72.36%48.24%-
HSV(B)330º83.96%83.14%-
XYZ31.316.5720.29-
YUV97.37142.47209.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.45%
GREEN value IS 34 (13.67% from 255) = 9.21%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=57.45%
G=9.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123412300.840.420.1733072.3648.24
HexD4227B0542A1114a4830
Octal324421730124522151211060
Binary11010100100010111101101010100101010100011010010101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4227B; }

 p { color: rgb(212,34,123); }

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

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

 a { background-color: rgb(212,34,123); }

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

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

 span { border-color: rgb(212,34,123); }

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