Html Css Color HEX #DB2D9A Deep Cerise

📋 copy color: '#DB2D9A'

red 219 ◦ green 45 ◦ blue 154

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

Shades of Deep Cerise #DB2D9A

Tints of Deep Cerise #DB2D9A

RGB

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

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

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

R = 52.39%
G = 10.77%
B = 36.84%

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

#DB2D9A (or 0xDB2D9A) is known color: Deep Cerise. HEX triplet: DB, 2D and 9A. RGB value is (219,45,154). Sum of RGB (Red+Green+Blue) = 219+45+154=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2D9A is #24D265. Grayscale: #6D6D6D. Windows color (decimal): -2413158 or 10104283. OLE color: 10104283.

HSL color Cylindrical-coordinate representation of color #DB2D9A: hue angle of 322.41º 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 #DB2D9A is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 45 154 -
CMYK 0 0.79 0.30 0.14
HSL 322.41º 0.71% 0.52% -
HSV(B) 322.41º 0.79% 0.86% -
XYZ 35.98 19.27 32.39 -
YUV 109.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 219 45 154 0 0.79 0.30 0.14 322.41 0.71 0.52
Hex DB 2D 9A 0 4F 1E E 142 47 34
Octal 333 55 232 0 117 36 16 502 107 64
Binary 11011011 101101 10011010 0 1001111 11110 1110 101000010 1000111 110100

Color Harmonies of #DB2D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D9A

Black with #DB2D9A

Text Example


Text Example

White with #DB2D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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