Html Css Color HEX #DB4282 Deep Cerise

📋 copy color: '#DB4282'

red 219 ◦ green 66 ◦ blue 130

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

Shades of Deep Cerise #DB4282

Tints of Deep Cerise #DB4282

RGB

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

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

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

R = 52.77%
G = 15.9%
B = 31.33%

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

#DB4282 (or 0xDB4282) is known color: Deep Cerise. HEX triplet: DB, 42 and 82. RGB value is (219,66,130). Sum of RGB (Red+Green+Blue) = 219+66+130=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4282 is #24BD7D. Grayscale: #767676. Windows color (decimal): -2407806 or 8536795. OLE color: 8536795.

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

Color convert

RGB 219 66 130 -
CMYK 0 0.70 0.41 0.14
HSL 334.9º 0.68% 0.56% -
HSV(B) 334.9º 0.7% 0.86% -
XYZ 35.19 20.57 23.23 -
YUV 119.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 219 66 130 0 0.70 0.41 0.14 334.9 0.68 0.56
Hex DB 42 82 0 46 29 E 14F 44 38
Octal 333 102 202 0 106 51 16 517 104 70
Binary 11011011 1000010 10000010 0 1000110 101001 1110 101001111 1000100 111000

Color Harmonies of #DB4282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4282

Black with #DB4282

Text Example


Text Example

White with #DB4282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4282; }

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

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

background-color css

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

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

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

border-color css

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

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

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