Html Css Color HEX #DB4281 Deep Cerise

📋 copy color: '#DB4281'

red 219 ◦ green 66 ◦ blue 129

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

Shades of Deep Cerise #DB4281

Tints of Deep Cerise #DB4281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.16%

R = 52.9%
G = 15.94%
B = 31.16%

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

#DB4281 (or 0xDB4281) is known color: Deep Cerise. HEX triplet: DB, 42 and 81. RGB value is (219,66,129). Sum of RGB (Red+Green+Blue) = 219+66+129=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4281 is #24BD7E. Grayscale: #767676. Windows color (decimal): -2407807 or 8471259. OLE color: 8471259.

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

Color convert

RGB 219 66 129 -
CMYK 0 0.70 0.41 0.14
HSL 335.29º 0.68% 0.56% -
HSV(B) 335.29º 0.7% 0.86% -
XYZ 35.12 20.54 22.88 -
YUV 118.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 219 66 129 0 0.70 0.41 0.14 335.29 0.68 0.56
Hex DB 42 81 0 46 29 E 14F 44 38
Octal 333 102 201 0 106 51 16 517 104 70
Binary 11011011 1000010 10000001 0 1000110 101001 1110 101001111 1000100 111000

Color Harmonies of #DB4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4281

Black with #DB4281

Text Example


Text Example

White with #DB4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4281; }

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

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

background-color css

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

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

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

border-color css

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

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

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