Html Css Color HEX #DB3287 Deep Cerise

📋 copy color: '#DB3287'

red 219 ◦ green 50 ◦ blue 135

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

Shades of Deep Cerise #DB3287

Tints of Deep Cerise #DB3287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.38%

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 54.21%
G = 12.38%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB3287 (or 0xDB3287) is known color: Deep Cerise. HEX triplet: DB, 32 and 87. RGB value is (219,50,135). Sum of RGB (Red+Green+Blue) = 219+50+135=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3287 is #24CD78. Grayscale: #6E6E6E. Windows color (decimal): -2411897 or 8860379. OLE color: 8860379.

HSL color Cylindrical-coordinate representation of color #DB3287: hue angle of 329.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3287 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 135 -
CMYK 0 0.77 0.38 0.14
HSL 329.82º 0.7% 0.53% -
HSV(B) 329.82º 0.77% 0.86% -
XYZ 34.73 19.09 24.78 -
YUV 110.22 141.99 205.59 -
System Red Green Blue C M Y K H S L
Decimal 219 50 135 0 0.77 0.38 0.14 329.82 0.7 0.53
Hex DB 32 87 0 4D 26 E 14A 46 35
Octal 333 62 207 0 115 46 16 512 106 65
Binary 11011011 110010 10000111 0 1001101 100110 1110 101001010 1000110 110101

Color Harmonies of #DB3287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3287

Black with #DB3287

Text Example


Text Example

White with #DB3287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3287; }

 p { color: rgb(219,50,135); }

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

background-color css

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

 a { background-color: rgb(219,50,135); }

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

border-color css

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

 span { border-color: rgb(219,50,135); }

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