Html Css Color HEX #DB2D99 Deep Cerise

📋 copy color: '#DB2D99'

red 219 ◦ green 45 ◦ blue 153

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

Shades of Deep Cerise #DB2D99

Tints of Deep Cerise #DB2D99

RGB

 RED value IS 219 (85.94% from 255) = 52.52%

 GREEN value IS 45 (17.97% from 255) = 10.79%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 52.52%
G = 10.79%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB2D99 (or 0xDB2D99) is known color: Deep Cerise. HEX triplet: DB, 2D and 99. RGB value is (219,45,153). Sum of RGB (Red+Green+Blue) = 219+45+153=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2D99 is #24D266. Grayscale: #6D6D6D. Windows color (decimal): -2413159 or 10038747. OLE color: 10038747.

HSL color Cylindrical-coordinate representation of color #DB2D99: hue angle of 322.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2D99 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 45 153 -
CMYK 0 0.79 0.30 0.14
HSL 322.76º 0.71% 0.52% -
HSV(B) 322.76º 0.79% 0.86% -
XYZ 35.9 19.24 31.96 -
YUV 109.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 219 45 153 0 0.79 0.30 0.14 322.76 0.71 0.52
Hex DB 2D 99 0 4F 1E E 143 47 34
Octal 333 55 231 0 117 36 16 503 107 64
Binary 11011011 101101 10011001 0 1001111 11110 1110 101000011 1000111 110100

Color Harmonies of #DB2D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D99

Black with #DB2D99

Text Example


Text Example

White with #DB2D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D99; }

 p { color: rgb(219,45,153); }

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

background-color css

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

 a { background-color: rgb(219,45,153); }

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

border-color css

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

 span { border-color: rgb(219,45,153); }

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