#D62D93

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

Shades of Deep Cerise #D62D93

Tints of Deep Cerise #D62D93

Color information

#D62D93 (or 0xD62D93) is unknown color: approx Deep Cerise. HEX triplet: D6, 2D and 93. RGB value is (214,45,147). Sum of RGB (Red+Green+Blue) = 214+45+147=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62D93 is #29D26C. Grayscale: #6A6A6A. Windows color (decimal): -2740845 or 9645526. OLE color: 9645526.

HSL color Cylindrical-coordinate representation of color #D62D93: hue angle of 323.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D93 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21445147-
CMYK00.790.310.16
HSL323.79º67.33%50.78%-
HSV(B)323.79º78.97%83.92%-
XYZ33.9418.2829.34-
YUV107.16150.49204.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 45 (17.97% from 255) = 11.08%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=52.71%
G=11.08%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144514700.790.310.16323.7967.3350.78
HexD62D9304F1F101444333
Octal326552230117372050410363
Binary11010110101101100100110100111111111100001010001001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62D93; }

 p { color: rgb(214,45,147); }

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

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

 a { background-color: rgb(214,45,147); }

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

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

 span { border-color: rgb(214,45,147); }

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