#D63472

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

Shades of Cerise #D63472

Tints of Cerise #D63472

Color information

#D63472 (or 0xD63472) is unknown color: approx Cerise. HEX triplet: D6, 34 and 72. RGB value is (214,52,114). Sum of RGB (Red+Green+Blue) = 214+52+114=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D63472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63472 is #29CB8D. Grayscale: #6B6B6B. Windows color (decimal): -2739086 or 7484630. OLE color: 7484630.

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

Color convert

RGB21452114-
CMYK00.760.470.16
HSL337.04º66.39%52.16%-
HSV(B)337.04º75.7%83.92%-
XYZ3217.9717.7-
YUV107.51131.67203.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.32%
GREEN value IS 52 (20.70% from 255) = 13.68%
BLUE value IS 114 (44.92% from 255) = 30%
R=56.32%
G=13.68%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145211400.760.470.16337.0466.3952.16
HexD6347204C2F101514234
Octal326641620114572052110264
Binary11010110110100111001001001100101111100001010100011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63472; }

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

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

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

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

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

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

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

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