Html Css Color HEX #D2319A Deep Cerise

📋 copy color: '#D2319A'

red 210 ◦ green 49 ◦ blue 154

#D2319A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D2319A

Tints of Deep Cerise #D2319A

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 value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2319A (or 0xD2319A) is known color: 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

RGB 210 49 154 -
CMYK 0 0.77 0.27 0.18
HSL 320.87º 0.64% 0.51% -
HSV(B) 320.87º 0.77% 0.82% -
XYZ 33.51 18.23 32.32 -
YUV 109.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 210 49 154 0 0.77 0.27 0.18 320.87 0.64 0.51
Hex D2 31 9A 0 4D 1B 12 141 40 33
Octal 322 61 232 0 115 33 22 501 100 63
Binary 11010010 110001 10011010 0 1001101 11011 10010 101000001 1000000 110011

Color Harmonies of #D2319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2319A

Black with #D2319A

Text Example


Text Example

White with #D2319A

Text Example


Text Example

HTML Codes & Css Web 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>