#D43F5F

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

Shades of Cerise #D43F5F

Tints of Cerise #D43F5F

Color information

#D43F5F (or 0xD43F5F) is unknown color: approx Cerise. HEX triplet: D4, 3F and 5F. RGB value is (212,63,95). Sum of RGB (Red+Green+Blue) = 212+63+95=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43F5F is #2BC0A0. Grayscale: #6F6F6F. Windows color (decimal): -2867361 or 6242260. OLE color: 6242260.

HSL color Cylindrical-coordinate representation of color #D43F5F: hue angle of 347.11º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F5F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB2126395-
CMYK00.700.550.17
HSL347.11º63.4%53.92%-
HSV(B)347.11º70.28%83.14%-
XYZ30.9918.3812.74-
YUV111.2118.86199.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.30%
GREEN value IS 63 (25% from 255) = 17.03%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=57.30%
G=17.03%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212639500.700.550.17347.1163.453.92
HexD43F5F046371115b3f36
Octal32477137010667215337766
Binary1101010011111110111110100011011011110001101011011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F5F; }

 p { color: rgb(212,63,95); }

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

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

 a { background-color: rgb(212,63,95); }

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

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

 span { border-color: rgb(212,63,95); }

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