#D42D5B

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

Shades of Cerise #D42D5B

Tints of Cerise #D42D5B

Color information

#D42D5B (or 0xD42D5B) is unknown color: approx Cerise. HEX triplet: D4, 2D and 5B. RGB value is (212,45,91). Sum of RGB (Red+Green+Blue) = 212+45+91=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D5B is #2BD2A4. Grayscale: #646464. Windows color (decimal): -2871973 or 5975508. OLE color: 5975508.

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

Color convert

RGB2124591-
CMYK00.790.570.17
HSL343.47º66.01%50.39%-
HSV(B)343.47º78.77%83.14%-
XYZ29.9816.6311.53-
YUV100.18122.83207.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.92%
GREEN value IS 45 (17.97% from 255) = 12.93%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=60.92%
G=12.93%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212459100.790.570.17343.4766.0150.39
HexD42D5B04F39111574232
Octal324551330117712152710262
Binary11010100101101101101101001111111001100011010101111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D5B; }

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

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

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

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

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

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

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

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