Html Css Color HEX #D057A2 Mulberry

📋 copy color: '#D057A2'

red 208 ◦ green 87 ◦ blue 162

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

Shades of Mulberry #D057A2

Tints of Mulberry #D057A2

RGB

 RED value IS 208 (81.64% from 255) = 45.51%

 GREEN value IS 87 (34.38% from 255) = 19.04%

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 45.51%
G = 19.04%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D057A2 (or 0xD057A2) is known color: Mulberry. HEX triplet: D0, 57 and A2. RGB value is (208,87,162). Sum of RGB (Red+Green+Blue) = 208+87+162=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D057A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057A2 is #2FA85D. Grayscale: #838383. Windows color (decimal): -3123294 or 10639312. OLE color: 10639312.

HSL color Cylindrical-coordinate representation of color #D057A2: hue angle of 322.81º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D057A2 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 162 -
CMYK 0 0.58 0.22 0.18
HSL 322.81º 0.56% 0.58% -
HSV(B) 322.81º 0.58% 0.82% -
XYZ 35.94 22.83 36.7 -
YUV 131.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 208 87 162 0 0.58 0.22 0.18 322.81 0.56 0.58
Hex D0 57 A2 0 3A 16 12 143 38 3A
Octal 320 127 242 0 72 26 22 503 70 72
Binary 11010000 1010111 10100010 0 111010 10110 10010 101000011 111000 111010

Color Harmonies of #D057A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057A2

Black with #D057A2

Text Example


Text Example

White with #D057A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057A2; }

 p { color: rgb(208,87,162); }

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

background-color css

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

 a { background-color: rgb(208,87,162); }

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

border-color css

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

 span { border-color: rgb(208,87,162); }

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