Html Css Color HEX #DB54A6 Mulberry

📋 copy color: '#DB54A6'

red 219 ◦ green 84 ◦ blue 166

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

Shades of Mulberry #DB54A6

Tints of Mulberry #DB54A6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.91%

 BLUE value IS 166 (65.23% from 255) = 35.39%

R = 46.7%
G = 17.91%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB54A6 (or 0xDB54A6) is known color: Mulberry. HEX triplet: DB, 54 and A6. RGB value is (219,84,166). Sum of RGB (Red+Green+Blue) = 219+84+166=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54A6 is #24AB59. Grayscale: #858585. Windows color (decimal): -2403162 or 10900699. OLE color: 10900699.

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

Color convert

RGB 219 84 166 -
CMYK 0 0.62 0.24 0.14
HSL 323.56º 0.65% 0.59% -
HSV(B) 323.56º 0.62% 0.86% -
XYZ 39.27 24.15 38.67 -
YUV 133.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 219 84 166 0 0.62 0.24 0.14 323.56 0.65 0.59
Hex DB 54 A6 0 3E 18 E 144 41 3B
Octal 333 124 246 0 76 30 16 504 101 73
Binary 11011011 1010100 10100110 0 111110 11000 1110 101000100 1000001 111011

Color Harmonies of #DB54A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB54A6

Black with #DB54A6

Text Example


Text Example

White with #DB54A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB54A6; }

 p { color: rgb(219,84,166); }

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

background-color css

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

 a { background-color: rgb(219,84,166); }

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

border-color css

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

 span { border-color: rgb(219,84,166); }

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