#D42A5B

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

Shades of Cerise #D42A5B

Tints of Cerise #D42A5B

Color information

#D42A5B (or 0xD42A5B) is unknown color: approx Cerise. HEX triplet: D4, 2A and 5B. RGB value is (212,42,91). Sum of RGB (Red+Green+Blue) = 212+42+91=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42A5B is #2BD5A4. Grayscale: #626262. Windows color (decimal): -2872741 or 5974740. OLE color: 5974740.

HSL color Cylindrical-coordinate representation of color #D42A5B: hue angle of 342.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42A5B is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB2124291-
CMYK00.800.570.17
HSL342.71º66.93%49.8%-
HSV(B)342.71º80.19%83.14%-
XYZ29.8716.4111.49-
YUV98.42123.82209.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.45%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=61.45%
G=12.17%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212429100.800.570.17342.7166.9349.8
HexD42A5B05039111574332
Octal324521330120712152710362
Binary11010100101010101101101010000111001100011010101111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42A5B; }

 p { color: rgb(212,42,91); }

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

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

 a { background-color: rgb(212,42,91); }

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

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

 span { border-color: rgb(212,42,91); }

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