Html Css Color HEX #DB42A4 Mulberry

📋 copy color: '#DB42A4'

red 219 ◦ green 66 ◦ blue 164

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

Shades of Mulberry #DB42A4

Tints of Mulberry #DB42A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.53%

R = 48.78%
G = 14.7%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB42A4 (or 0xDB42A4) is known color: Mulberry. HEX triplet: DB, 42 and A4. RGB value is (219,66,164). Sum of RGB (Red+Green+Blue) = 219+66+164=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42A4 is #24BD5B. Grayscale: #7A7A7A. Windows color (decimal): -2407772 or 10765019. OLE color: 10765019.

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

Color convert

RGB 219 66 164 -
CMYK 0 0.70 0.25 0.14
HSL 321.57º 0.68% 0.56% -
HSV(B) 321.57º 0.7% 0.86% -
XYZ 37.86 21.64 37.3 -
YUV 122.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 219 66 164 0 0.70 0.25 0.14 321.57 0.68 0.56
Hex DB 42 A4 0 46 19 E 142 44 38
Octal 333 102 244 0 106 31 16 502 104 70
Binary 11011011 1000010 10100100 0 1000110 11001 1110 101000010 1000100 111000

Color Harmonies of #DB42A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42A4

Black with #DB42A4

Text Example


Text Example

White with #DB42A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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