Html Css Color HEX #DB4692 Deep Cerise

📋 copy color: '#DB4692'

red 219 ◦ green 70 ◦ blue 146

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

Shades of Deep Cerise #DB4692

Tints of Deep Cerise #DB4692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 50.34%
G = 16.09%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB4692 (or 0xDB4692) is known color: Deep Cerise. HEX triplet: DB, 46 and 92. RGB value is (219,70,146). Sum of RGB (Red+Green+Blue) = 219+70+146=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4692 is #24B96D. Grayscale: #7B7B7B. Windows color (decimal): -2406766 or 9586395. OLE color: 9586395.

HSL color Cylindrical-coordinate representation of color #DB4692: hue angle of 329.4º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4692 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 146 -
CMYK 0 0.68 0.33 0.14
HSL 329.4º 0.67% 0.57% -
HSV(B) 329.4º 0.68% 0.86% -
XYZ 36.59 21.52 29.42 -
YUV 123.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 219 70 146 0 0.68 0.33 0.14 329.4 0.67 0.57
Hex DB 46 92 0 44 21 E 149 43 39
Octal 333 106 222 0 104 41 16 511 103 71
Binary 11011011 1000110 10010010 0 1000100 100001 1110 101001001 1000011 111001

Color Harmonies of #DB4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4692

Black with #DB4692

Text Example


Text Example

White with #DB4692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4692; }

 p { color: rgb(219,70,146); }

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

background-color css

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

 a { background-color: rgb(219,70,146); }

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

border-color css

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

 span { border-color: rgb(219,70,146); }

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