#D63672

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

Shades of Cerise #D63672

Tints of Cerise #D63672

Color information

#D63672 (or 0xD63672) is unknown color: approx Cerise. HEX triplet: D6, 36 and 72. RGB value is (214,54,114). Sum of RGB (Red+Green+Blue) = 214+54+114=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D63672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63672 is #29C98D. Grayscale: #6C6C6C. Windows color (decimal): -2738574 or 7485142. OLE color: 7485142.

HSL color Cylindrical-coordinate representation of color #D63672: hue angle of 337.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63672 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB21454114-
CMYK00.750.470.16
HSL337.5º66.12%52.55%-
HSV(B)337.5º74.77%83.92%-
XYZ32.0918.1517.73-
YUV108.68131.01203.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.02%
GREEN value IS 54 (21.48% from 255) = 14.14%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=56.02%
G=14.14%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145411400.750.470.16337.566.1252.55
HexD6367204B2F101524235
Octal326661620113572052210265
Binary11010110110110111001001001011101111100001010100101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63672; }

 p { color: rgb(214,54,114); }

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

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

 a { background-color: rgb(214,54,114); }

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

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

 span { border-color: rgb(214,54,114); }

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