Html Css Color HEX #DB208A Deep Cerise

📋 copy color: '#DB208A'

red 219 ◦ green 32 ◦ blue 138

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

Shades of Deep Cerise #DB208A

Tints of Deep Cerise #DB208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 56.3%
G = 8.23%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB208A (or 0xDB208A) is known color: Deep Cerise. HEX triplet: DB, 20 and 8A. RGB value is (219,32,138). Sum of RGB (Red+Green+Blue) = 219+32+138=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB208A is #24DF75. Grayscale: #636363. Windows color (decimal): -2416502 or 9052379. OLE color: 9052379.

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

Color convert

RGB 219 32 138 -
CMYK 0 0.85 0.37 0.14
HSL 325.99º 0.75% 0.49% -
HSV(B) 325.99º 0.85% 0.86% -
XYZ 34.32 17.93 25.7 -
YUV 100 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 219 32 138 0 0.85 0.37 0.14 325.99 0.75 0.49
Hex DB 20 8A 0 55 25 E 146 4B 31
Octal 333 40 212 0 125 45 16 506 113 61
Binary 11011011 100000 10001010 0 1010101 100101 1110 101000110 1001011 110001

Color Harmonies of #DB208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB208A

Black with #DB208A

Text Example


Text Example

White with #DB208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB208A; }

 p { color: rgb(219,32,138); }

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

background-color css

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

 a { background-color: rgb(219,32,138); }

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

border-color css

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

 span { border-color: rgb(219,32,138); }

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