Html Css Color HEX #DB5598 Mulberry

📋 copy color: '#DB5598'

red 219 ◦ green 85 ◦ blue 152

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

Shades of Mulberry #DB5598

Tints of Mulberry #DB5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 48.03%
G = 18.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5598 (or 0xDB5598) is known color: Mulberry. HEX triplet: DB, 55 and 98. RGB value is (219,85,152). Sum of RGB (Red+Green+Blue) = 219+85+152=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5598 is #24AA67. Grayscale: #848484. Windows color (decimal): -2402920 or 9983451. OLE color: 9983451.

HSL color Cylindrical-coordinate representation of color #DB5598: hue angle of 330º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5598 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 152 -
CMYK 0 0.61 0.31 0.14
HSL 330º 0.65% 0.6% -
HSV(B) 330º 0.61% 0.86% -
XYZ 38.13 23.82 32.29 -
YUV 132.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 219 85 152 0 0.61 0.31 0.14 330 0.65 0.6
Hex DB 55 98 0 3D 1F E 14A 41 3C
Octal 333 125 230 0 75 37 16 512 101 74
Binary 11011011 1010101 10011000 0 111101 11111 1110 101001010 1000001 111100

Color Harmonies of #DB5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5598

Black with #DB5598

Text Example


Text Example

White with #DB5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5598; }

 p { color: rgb(219,85,152); }

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

background-color css

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

 a { background-color: rgb(219,85,152); }

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

border-color css

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

 span { border-color: rgb(219,85,152); }

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