Html Css Color HEX #DB208F Deep Cerise

📋 copy color: '#DB208F'

red 219 ◦ green 32 ◦ blue 143

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

Shades of Deep Cerise #DB208F

Tints of Deep Cerise #DB208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 55.58%
G = 8.12%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB208F (or 0xDB208F) is known color: Deep Cerise. HEX triplet: DB, 20 and 8F. RGB value is (219,32,143). Sum of RGB (Red+Green+Blue) = 219+32+143=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB208F is #24DF70. Grayscale: #646464. Windows color (decimal): -2416497 or 9380059. OLE color: 9380059.

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

Color convert

RGB 219 32 143 -
CMYK 0 0.85 0.35 0.14
HSL 324.39º 0.75% 0.49% -
HSV(B) 324.39º 0.85% 0.86% -
XYZ 34.69 18.08 27.65 -
YUV 100.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 219 32 143 0 0.85 0.35 0.14 324.39 0.75 0.49
Hex DB 20 8F 0 55 23 E 144 4B 31
Octal 333 40 217 0 125 43 16 504 113 61
Binary 11011011 100000 10001111 0 1010101 100011 1110 101000100 1001011 110001

Color Harmonies of #DB208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB208F

Black with #DB208F

Text Example


Text Example

White with #DB208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB208F; }

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

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

background-color css

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

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

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

border-color css

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

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

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