Html Css Color HEX #DB37AB Deep Cerise

📋 copy color: '#DB37AB'

red 219 ◦ green 55 ◦ blue 171

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

Shades of Deep Cerise #DB37AB

Tints of Deep Cerise #DB37AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 49.21%
G = 12.36%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB37AB (or 0xDB37AB) is known color: Deep Cerise. HEX triplet: DB, 37 and AB. RGB value is (219,55,171). Sum of RGB (Red+Green+Blue) = 219+55+171=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB37AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB37AB is #24C854. Grayscale: #747474. Windows color (decimal): -2410581 or 11220955. OLE color: 11220955.

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

Color convert

RGB 219 55 171 -
CMYK 0 0.75 0.22 0.14
HSL 317.56º 0.69% 0.54% -
HSV(B) 317.56º 0.75% 0.86% -
XYZ 37.93 20.73 40.53 -
YUV 117.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 219 55 171 0 0.75 0.22 0.14 317.56 0.69 0.54
Hex DB 37 AB 0 4B 16 E 13E 45 36
Octal 333 67 253 0 113 26 16 476 105 66
Binary 11011011 110111 10101011 0 1001011 10110 1110 100111110 1000101 110110

Color Harmonies of #DB37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB37AB

Black with #DB37AB

Text Example


Text Example

White with #DB37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB37AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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