#D43F6B

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

Shades of Cerise #D43F6B

Tints of Cerise #D43F6B

Color information

#D43F6B (or 0xD43F6B) is unknown color: approx Cerise. HEX triplet: D4, 3F and 6B. RGB value is (212,63,107). Sum of RGB (Red+Green+Blue) = 212+63+107=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43F6B is #2BC094. Grayscale: #707070. Windows color (decimal): -2867349 or 7028692. OLE color: 7028692.

HSL color Cylindrical-coordinate representation of color #D43F6B: hue angle of 342.28º 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 #D43F6B is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB21263107-
CMYK00.700.500.17
HSL342.28º63.4%53.92%-
HSV(B)342.28º70.28%83.14%-
XYZ31.5818.6115.84-
YUV112.57124.86198.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 107 (42.19% from 255) = 28.01%
R=55.50%
G=16.49%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126310700.700.500.17342.2863.453.92
HexD43F6B04632111563f36
Octal32477153010662215267766
Binary1101010011111111010110100011011001010001101010110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F6B; }

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

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

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

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

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

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

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

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