Html Css Color HEX #DB207E Deep Cerise

📋 copy color: '#DB207E'

red 219 ◦ green 32 ◦ blue 126

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

Shades of Deep Cerise #DB207E

Tints of Deep Cerise #DB207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 58.09%
G = 8.49%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB207E (or 0xDB207E) is known color: Deep Cerise. HEX triplet: DB, 20 and 7E. RGB value is (219,32,126). Sum of RGB (Red+Green+Blue) = 219+32+126=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB207E is #24DF81. Grayscale: #626262. Windows color (decimal): -2416514 or 8265947. OLE color: 8265947.

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

Color convert

RGB 219 32 126 -
CMYK 0 0.85 0.42 0.14
HSL 329.84º 0.75% 0.49% -
HSV(B) 329.84º 0.85% 0.86% -
XYZ 33.5 17.6 21.37 -
YUV 98.63 143.45 213.86 -
System Red Green Blue C M Y K H S L
Decimal 219 32 126 0 0.85 0.42 0.14 329.84 0.75 0.49
Hex DB 20 7E 0 55 2A E 14A 4B 31
Octal 333 40 176 0 125 52 16 512 113 61
Binary 11011011 100000 1111110 0 1010101 101010 1110 101001010 1001011 110001

Color Harmonies of #DB207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB207E

Black with #DB207E

Text Example


Text Example

White with #DB207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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