Html Css Color HEX #DB5298 Mulberry

📋 copy color: '#DB5298'

red 219 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #DB5298

Tints of Mulberry #DB5298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.1%

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

R = 48.34%
G = 18.1%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5298 (or 0xDB5298) is known color: Mulberry. HEX triplet: DB, 52 and 98. RGB value is (219,82,152). Sum of RGB (Red+Green+Blue) = 219+82+152=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5298 is #24AD67. Grayscale: #828282. Windows color (decimal): -2403688 or 9982683. OLE color: 9982683.

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

Color convert

RGB 219 82 152 -
CMYK 0 0.63 0.31 0.14
HSL 329.34º 0.66% 0.59% -
HSV(B) 329.34º 0.63% 0.86% -
XYZ 37.9 23.36 32.22 -
YUV 130.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 219 82 152 0 0.63 0.31 0.14 329.34 0.66 0.59
Hex DB 52 98 0 3F 1F E 149 42 3B
Octal 333 122 230 0 77 37 16 511 102 73
Binary 11011011 1010010 10011000 0 111111 11111 1110 101001001 1000010 111011

Color Harmonies of #DB5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5298

Black with #DB5298

Text Example


Text Example

White with #DB5298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5298; }

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

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

background-color css

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

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

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

border-color css

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

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

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