Html Css Color HEX #DB42A7 Mulberry

📋 copy color: '#DB42A7'

red 219 ◦ green 66 ◦ blue 167

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

Shades of Mulberry #DB42A7

Tints of Mulberry #DB42A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.95%

R = 48.45%
G = 14.6%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB42A7 (or 0xDB42A7) is known color: Mulberry. HEX triplet: DB, 42 and A7. RGB value is (219,66,167). Sum of RGB (Red+Green+Blue) = 219+66+167=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42A7 is #24BD58. Grayscale: #7B7B7B. Windows color (decimal): -2407769 or 10961627. OLE color: 10961627.

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

Color convert

RGB 219 66 167 -
CMYK 0 0.70 0.24 0.14
HSL 320.39º 0.68% 0.56% -
HSV(B) 320.39º 0.7% 0.86% -
XYZ 38.14 21.75 38.75 -
YUV 123.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 219 66 167 0 0.70 0.24 0.14 320.39 0.68 0.56
Hex DB 42 A7 0 46 18 E 140 44 38
Octal 333 102 247 0 106 30 16 500 104 70
Binary 11011011 1000010 10100111 0 1000110 11000 1110 101000000 1000100 111000

Color Harmonies of #DB42A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42A7

Black with #DB42A7

Text Example


Text Example

White with #DB42A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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