Html Css Color HEX #DB42A9 Mulberry

📋 copy color: '#DB42A9'

red 219 ◦ green 66 ◦ blue 169

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

Shades of Mulberry #DB42A9

Tints of Mulberry #DB42A9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

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

R = 48.24%
G = 14.54%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB42A9 (or 0xDB42A9) is known color: Mulberry. HEX triplet: DB, 42 and A9. RGB value is (219,66,169). Sum of RGB (Red+Green+Blue) = 219+66+169=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42A9 is #24BD56. Grayscale: #7B7B7B. Windows color (decimal): -2407767 or 11092699. OLE color: 11092699.

HSL color Cylindrical-coordinate representation of color #DB42A9: hue angle of 319.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB42A9 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 169 -
CMYK 0 0.70 0.23 0.14
HSL 319.61º 0.68% 0.56% -
HSV(B) 319.61º 0.7% 0.86% -
XYZ 38.32 21.82 39.73 -
YUV 123.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 219 66 169 0 0.70 0.23 0.14 319.61 0.68 0.56
Hex DB 42 A9 0 46 17 E 140 44 38
Octal 333 102 251 0 106 27 16 500 104 70
Binary 11011011 1000010 10101001 0 1000110 10111 1110 101000000 1000100 111000

Color Harmonies of #DB42A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42A9

Black with #DB42A9

Text Example


Text Example

White with #DB42A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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