Html Css Color HEX #DB42AB Mulberry

📋 copy color: '#DB42AB'

red 219 ◦ green 66 ◦ blue 171

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

Shades of Mulberry #DB42AB

Tints of Mulberry #DB42AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 48.03%
G = 14.47%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB42AB (or 0xDB42AB) is known color: Mulberry. HEX triplet: DB, 42 and AB. RGB value is (219,66,171). Sum of RGB (Red+Green+Blue) = 219+66+171=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42AB is #24BD54. Grayscale: #7B7B7B. Windows color (decimal): -2407765 or 11223771. OLE color: 11223771.

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

Color convert

RGB 219 66 171 -
CMYK 0 0.70 0.22 0.14
HSL 318.82º 0.68% 0.56% -
HSV(B) 318.82º 0.7% 0.86% -
XYZ 38.51 21.9 40.72 -
YUV 123.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 219 66 171 0 0.70 0.22 0.14 318.82 0.68 0.56
Hex DB 42 AB 0 46 16 E 13F 44 38
Octal 333 102 253 0 106 26 16 477 104 70
Binary 11011011 1000010 10101011 0 1000110 10110 1110 100111111 1000100 111000

Color Harmonies of #DB42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42AB

Black with #DB42AB

Text Example


Text Example

White with #DB42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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