Html Css Color HEX #D2399A Deep Cerise

📋 copy color: '#D2399A'

red 210 ◦ green 57 ◦ blue 154

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

Shades of Deep Cerise #D2399A

Tints of Deep Cerise #D2399A

RGB

 RED value IS 210 (82.42% from 255) = 49.88%

 GREEN value IS 57 (22.66% from 255) = 13.54%

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 49.88%
G = 13.54%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2399A (or 0xD2399A) is known color: Deep Cerise. HEX triplet: D2, 39 and 9A. RGB value is (210,57,154). Sum of RGB (Red+Green+Blue) = 210+57+154=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2399A is #2DC665. Grayscale: #717171. Windows color (decimal): -2999910 or 10107346. OLE color: 10107346.

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

Color convert

RGB 210 57 154 -
CMYK 0 0.73 0.27 0.18
HSL 321.96º 0.63% 0.52% -
HSV(B) 321.96º 0.73% 0.82% -
XYZ 33.87 18.96 32.45 -
YUV 113.81 150.69 196.61 -
System Red Green Blue C M Y K H S L
Decimal 210 57 154 0 0.73 0.27 0.18 321.96 0.63 0.52
Hex D2 39 9A 0 49 1B 12 142 3F 34
Octal 322 71 232 0 111 33 22 502 77 64
Binary 11010010 111001 10011010 0 1001001 11011 10010 101000010 111111 110100

Color Harmonies of #D2399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2399A

Black with #D2399A

Text Example


Text Example

White with #D2399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2399A; }

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

 H1.HeaderClassName
 {
   color: #D2399A;
 }
 .AnyTagClassName
 {
   color: #D2399A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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