Html Css Color HEX #DB299E Deep Cerise

📋 copy color: '#DB299E'

red 219 ◦ green 41 ◦ blue 158

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

Shades of Deep Cerise #DB299E

Tints of Deep Cerise #DB299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.81%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 52.39%
G = 9.81%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB299E (or 0xDB299E) is known color: Deep Cerise. HEX triplet: DB, 29 and 9E. RGB value is (219,41,158). Sum of RGB (Red+Green+Blue) = 219+41+158=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB299E is #24D661. Grayscale: #6B6B6B. Windows color (decimal): -2414178 or 10365403. OLE color: 10365403.

HSL color Cylindrical-coordinate representation of color #DB299E: hue angle of 320.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB299E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 41 158 -
CMYK 0 0.81 0.28 0.14
HSL 320.56º 0.71% 0.51% -
HSV(B) 320.56º 0.81% 0.86% -
XYZ 36.18 19.11 34.13 -
YUV 107.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 219 41 158 0 0.81 0.28 0.14 320.56 0.71 0.51
Hex DB 29 9E 0 51 1C E 141 47 33
Octal 333 51 236 0 121 34 16 501 107 63
Binary 11011011 101001 10011110 0 1010001 11100 1110 101000001 1000111 110011

Color Harmonies of #DB299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB299E

Black with #DB299E

Text Example


Text Example

White with #DB299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB299E; }

 p { color: rgb(219,41,158); }

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

background-color css

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

 a { background-color: rgb(219,41,158); }

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

border-color css

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

 span { border-color: rgb(219,41,158); }

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