Html Css Color HEX #DB37A2 Deep Cerise

📋 copy color: '#DB37A2'

red 219 ◦ green 55 ◦ blue 162

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

Shades of Deep Cerise #DB37A2

Tints of Deep Cerise #DB37A2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.61%

 BLUE value IS 162 (63.67% from 255) = 37.16%

R = 50.23%
G = 12.61%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB37A2 (or 0xDB37A2) is known color: Deep Cerise. HEX triplet: DB, 37 and A2. RGB value is (219,55,162). Sum of RGB (Red+Green+Blue) = 219+55+162=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB37A2 is #24C85D. Grayscale: #737373. Windows color (decimal): -2410590 or 10631131. OLE color: 10631131.

HSL color Cylindrical-coordinate representation of color #DB37A2: hue angle of 320.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB37A2 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 162 -
CMYK 0 0.75 0.26 0.14
HSL 320.85º 0.69% 0.54% -
HSV(B) 320.85º 0.75% 0.86% -
XYZ 37.1 20.4 36.16 -
YUV 116.23 153.83 201.3 -
System Red Green Blue C M Y K H S L
Decimal 219 55 162 0 0.75 0.26 0.14 320.85 0.69 0.54
Hex DB 37 A2 0 4B 1A E 141 45 36
Octal 333 67 242 0 113 32 16 501 105 66
Binary 11011011 110111 10100010 0 1001011 11010 1110 101000001 1000101 110110

Color Harmonies of #DB37A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37A2

Black with #DB37A2

Text Example


Text Example

White with #DB37A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37A2; }

 p { color: rgb(219,55,162); }

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

background-color css

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

 a { background-color: rgb(219,55,162); }

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

border-color css

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

 span { border-color: rgb(219,55,162); }

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