Html Css Color HEX #DB4298 Deep Cerise

📋 copy color: '#DB4298'

red 219 ◦ green 66 ◦ blue 152

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

Shades of Deep Cerise #DB4298

Tints of Deep Cerise #DB4298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.1%

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 50.11%
G = 15.1%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB4298 (or 0xDB4298) is known color: Deep Cerise. HEX triplet: DB, 42 and 98. RGB value is (219,66,152). Sum of RGB (Red+Green+Blue) = 219+66+152=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4298 is #24BD67. Grayscale: #797979. Windows color (decimal): -2407784 or 9978587. OLE color: 9978587.

HSL color Cylindrical-coordinate representation of color #DB4298: hue angle of 326.27º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4298 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 152 -
CMYK 0 0.70 0.31 0.14
HSL 326.27º 0.68% 0.56% -
HSV(B) 326.27º 0.7% 0.86% -
XYZ 36.83 21.22 31.86 -
YUV 121.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 219 66 152 0 0.70 0.31 0.14 326.27 0.68 0.56
Hex DB 42 98 0 46 1F E 146 44 38
Octal 333 102 230 0 106 37 16 506 104 70
Binary 11011011 1000010 10011000 0 1000110 11111 1110 101000110 1000100 111000

Color Harmonies of #DB4298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4298

Black with #DB4298

Text Example


Text Example

White with #DB4298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4298; }

 p { color: rgb(219,66,152); }

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

background-color css

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

 a { background-color: rgb(219,66,152); }

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

border-color css

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

 span { border-color: rgb(219,66,152); }

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