Html Css Color HEX #DB569A Mulberry

📋 copy color: '#DB569A'

red 219 ◦ green 86 ◦ blue 154

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

Shades of Mulberry #DB569A

Tints of Mulberry #DB569A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 47.71%
G = 18.74%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB569A (or 0xDB569A) is known color: Mulberry. HEX triplet: DB, 56 and 9A. RGB value is (219,86,154). Sum of RGB (Red+Green+Blue) = 219+86+154=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB569A is #24A965. Grayscale: #858585. Windows color (decimal): -2402662 or 10114779. OLE color: 10114779.

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

Color convert

RGB 219 86 154 -
CMYK 0 0.61 0.30 0.14
HSL 329.32º 0.65% 0.6% -
HSV(B) 329.32º 0.61% 0.86% -
XYZ 38.37 24.05 33.19 -
YUV 133.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 219 86 154 0 0.61 0.30 0.14 329.32 0.65 0.6
Hex DB 56 9A 0 3D 1E E 149 41 3C
Octal 333 126 232 0 75 36 16 511 101 74
Binary 11011011 1010110 10011010 0 111101 11110 1110 101001001 1000001 111100

Color Harmonies of #DB569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB569A

Black with #DB569A

Text Example


Text Example

White with #DB569A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB569A; }

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

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

background-color css

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

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

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

border-color css

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

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

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