Html Css Color HEX #DB4182 Deep Cerise

📋 copy color: '#DB4182'

red 219 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #DB4182

Tints of Deep Cerise #DB4182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.7%

 BLUE value IS 130 (51.17% from 255) = 31.4%

R = 52.9%
G = 15.7%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB4182 (or 0xDB4182) is known color: Deep Cerise. HEX triplet: DB, 41 and 82. RGB value is (219,65,130). Sum of RGB (Red+Green+Blue) = 219+65+130=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4182 is #24BE7D. Grayscale: #767676. Windows color (decimal): -2408062 or 8536539. OLE color: 8536539.

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

Color convert

RGB 219 65 130 -
CMYK 0 0.70 0.41 0.14
HSL 334.68º 0.68% 0.56% -
HSV(B) 334.68º 0.7% 0.86% -
XYZ 35.13 20.45 23.22 -
YUV 118.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 219 65 130 0 0.70 0.41 0.14 334.68 0.68 0.56
Hex DB 41 82 0 46 29 E 14F 44 38
Octal 333 101 202 0 106 51 16 517 104 70
Binary 11011011 1000001 10000010 0 1000110 101001 1110 101001111 1000100 111000

Color Harmonies of #DB4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4182

Black with #DB4182

Text Example


Text Example

White with #DB4182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4182; }

 p { color: rgb(219,65,130); }

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

background-color css

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

 a { background-color: rgb(219,65,130); }

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

border-color css

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

 span { border-color: rgb(219,65,130); }

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