Html Css Color HEX #DB5698 Mulberry

📋 copy color: '#DB5698'

red 219 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #DB5698

Tints of Mulberry #DB5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.82%

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

R = 47.92%
G = 18.82%
B = 33.26%

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

#DB5698 (or 0xDB5698) is known color: Mulberry. HEX triplet: DB, 56 and 98. RGB value is (219,86,152). Sum of RGB (Red+Green+Blue) = 219+86+152=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5698 is #24A967. Grayscale: #858585. Windows color (decimal): -2402664 or 9983707. OLE color: 9983707.

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

Color convert

RGB 219 86 152 -
CMYK 0 0.61 0.31 0.14
HSL 330.23º 0.65% 0.6% -
HSV(B) 330.23º 0.61% 0.86% -
XYZ 38.21 23.98 32.32 -
YUV 133.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 219 86 152 0 0.61 0.31 0.14 330.23 0.65 0.6
Hex DB 56 98 0 3D 1F E 14A 41 3C
Octal 333 126 230 0 75 37 16 512 101 74
Binary 11011011 1010110 10011000 0 111101 11111 1110 101001010 1000001 111100

Color Harmonies of #DB5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5698

Black with #DB5698

Text Example


Text Example

White with #DB5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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