Html Css Color HEX #DB55A9 Mulberry

📋 copy color: '#DB55A9'

red 219 ◦ green 85 ◦ blue 169

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

Shades of Mulberry #DB55A9

Tints of Mulberry #DB55A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.73%

R = 46.3%
G = 17.97%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB55A9 (or 0xDB55A9) is known color: Mulberry. HEX triplet: DB, 55 and A9. RGB value is (219,85,169). Sum of RGB (Red+Green+Blue) = 219+85+169=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB55A9 is #24AA56. Grayscale: #868686. Windows color (decimal): -2402903 or 11097563. OLE color: 11097563.

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

Color convert

RGB 219 85 169 -
CMYK 0 0.61 0.23 0.14
HSL 322.39º 0.65% 0.6% -
HSV(B) 322.39º 0.61% 0.86% -
XYZ 39.62 24.42 40.16 -
YUV 134.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 219 85 169 0 0.61 0.23 0.14 322.39 0.65 0.6
Hex DB 55 A9 0 3D 17 E 142 41 3C
Octal 333 125 251 0 75 27 16 502 101 74
Binary 11011011 1010101 10101001 0 111101 10111 1110 101000010 1000001 111100

Color Harmonies of #DB55A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55A9

Black with #DB55A9

Text Example


Text Example

White with #DB55A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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