#D43368

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

Shades of Cerise #D43368

Tints of Cerise #D43368

Color information

#D43368 (or 0xD43368) is unknown color: approx Cerise. HEX triplet: D4, 33 and 68. RGB value is (212,51,104). Sum of RGB (Red+Green+Blue) = 212+51+104=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D43368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43368 is #2BCC97. Grayscale: #696969. Windows color (decimal): -2870424 or 6829012. OLE color: 6829012.

HSL color Cylindrical-coordinate representation of color #D43368: hue angle of 340.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43368 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB21251104-
CMYK00.760.510.17
HSL340.25º65.18%51.57%-
HSV(B)340.25º75.94%83.14%-
XYZ30.8317.3614.82-
YUV105.18127.34204.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.77%
GREEN value IS 51 (20.31% from 255) = 13.90%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=57.77%
G=13.90%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2125110400.760.510.17340.2565.1851.57
HexD4336804C33111544134
Octal324631500114632152410164
Binary11010100110011110100001001100110011100011010101001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43368; }

 p { color: rgb(212,51,104); }

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

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

 a { background-color: rgb(212,51,104); }

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

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

 span { border-color: rgb(212,51,104); }

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