Html Css Color HEX #DB3286 Deep Cerise

📋 copy color: '#DB3286'

red 219 ◦ green 50 ◦ blue 134

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

Shades of Deep Cerise #DB3286

Tints of Deep Cerise #DB3286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 54.34%
G = 12.41%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB3286 (or 0xDB3286) is known color: Deep Cerise. HEX triplet: DB, 32 and 86. RGB value is (219,50,134). Sum of RGB (Red+Green+Blue) = 219+50+134=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3286 is #24CD79. Grayscale: #6D6D6D. Windows color (decimal): -2411898 or 8794843. OLE color: 8794843.

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

Color convert

RGB 219 50 134 -
CMYK 0 0.77 0.39 0.14
HSL 330.18º 0.7% 0.53% -
HSV(B) 330.18º 0.77% 0.86% -
XYZ 34.66 19.06 24.41 -
YUV 110.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 219 50 134 0 0.77 0.39 0.14 330.18 0.7 0.53
Hex DB 32 86 0 4D 27 E 14A 46 35
Octal 333 62 206 0 115 47 16 512 106 65
Binary 11011011 110010 10000110 0 1001101 100111 1110 101001010 1000110 110101

Color Harmonies of #DB3286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3286

Black with #DB3286

Text Example


Text Example

White with #DB3286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3286; }

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

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

background-color css

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

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

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

border-color css

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

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

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