Html Css Color HEX #DB3185 Deep Cerise

📋 copy color: '#DB3185'

red 219 ◦ green 49 ◦ blue 133

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

Shades of Deep Cerise #DB3185

Tints of Deep Cerise #DB3185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.22%

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 54.61%
G = 12.22%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB3185 (or 0xDB3185) is known color: Deep Cerise. HEX triplet: DB, 31 and 85. RGB value is (219,49,133). Sum of RGB (Red+Green+Blue) = 219+49+133=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3185 is #24CE7A. Grayscale: #6D6D6D. Windows color (decimal): -2412155 or 8729051. OLE color: 8729051.

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

Color convert

RGB 219 49 133 -
CMYK 0 0.78 0.39 0.14
HSL 330.35º 0.7% 0.53% -
HSV(B) 330.35º 0.78% 0.86% -
XYZ 34.55 18.95 24.03 -
YUV 109.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 219 49 133 0 0.78 0.39 0.14 330.35 0.7 0.53
Hex DB 31 85 0 4E 27 E 14A 46 35
Octal 333 61 205 0 116 47 16 512 106 65
Binary 11011011 110001 10000101 0 1001110 100111 1110 101001010 1000110 110101

Color Harmonies of #DB3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3185

Black with #DB3185

Text Example


Text Example

White with #DB3185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3185; }

 p { color: rgb(219,49,133); }

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

background-color css

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

 a { background-color: rgb(219,49,133); }

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

border-color css

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

 span { border-color: rgb(219,49,133); }

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