#D43F6C

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

Shades of Cerise #D43F6C

Tints of Cerise #D43F6C

Color information

#D43F6C (or 0xD43F6C) is unknown color: approx Cerise. HEX triplet: D4, 3F and 6C. RGB value is (212,63,108). Sum of RGB (Red+Green+Blue) = 212+63+108=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43F6C is #2BC093. Grayscale: #707070. Windows color (decimal): -2867348 or 7094228. OLE color: 7094228.

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

Color convert

RGB21263108-
CMYK00.700.490.17
HSL341.88º63.4%53.92%-
HSV(B)341.88º70.28%83.14%-
XYZ31.6418.6316.12-
YUV112.68125.36198.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 63 (25% from 255) = 16.45%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=55.35%
G=16.45%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126310800.700.490.17341.8863.453.92
HexD43F6C04631111563f36
Octal32477154010661215267766
Binary1101010011111111011000100011011000110001101010110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F6C; }

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

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

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

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

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

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

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

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