#D2319A

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

Shades of Deep Cerise #D2319A

Tints of Deep Cerise #D2319A

Color information

#D2319A (or 0xD2319A) is unknown color: approx Deep Cerise. HEX triplet: D2, 31 and 9A. RGB value is (210,49,154). Sum of RGB (Red+Green+Blue) = 210+49+154=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2319A is #2DCE65. Grayscale: #6C6C6C. Windows color (decimal): -3001958 or 10105298. OLE color: 10105298.

HSL color Cylindrical-coordinate representation of color #D2319A: hue angle of 320.87º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2319A is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB21049154-
CMYK00.770.270.18
HSL320.87º64.14%50.78%-
HSV(B)320.87º76.67%82.35%-
XYZ33.5118.2332.32-
YUV109.11153.34199.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 49 (19.53% from 255) = 11.86%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=50.85%
G=11.86%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2104915400.770.270.18320.8764.1450.78
HexD2319A04D1B121414033
Octal322612320115332250110063
Binary11010010110001100110100100110111011100101010000011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2319A; }

 p { color: rgb(210,49,154); }

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

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

 a { background-color: rgb(210,49,154); }

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

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

 span { border-color: rgb(210,49,154); }

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