Html Css Color HEX #D057A5 Mulberry

📋 copy color: '#D057A5'

red 208 ◦ green 87 ◦ blue 165

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

Shades of Mulberry #D057A5

Tints of Mulberry #D057A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 45.22%
G = 18.91%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D057A5 (or 0xD057A5) is known color: Mulberry. HEX triplet: D0, 57 and A5. RGB value is (208,87,165). Sum of RGB (Red+Green+Blue) = 208+87+165=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D057A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057A5 is #2FA85A. Grayscale: #838383. Windows color (decimal): -3123291 or 10835920. OLE color: 10835920.

HSL color Cylindrical-coordinate representation of color #D057A5: hue angle of 321.32º 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 #D057A5 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 165 -
CMYK 0 0.58 0.21 0.18
HSL 321.32º 0.56% 0.58% -
HSV(B) 321.32º 0.58% 0.82% -
XYZ 36.21 22.94 38.12 -
YUV 132.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 208 87 165 0 0.58 0.21 0.18 321.32 0.56 0.58
Hex D0 57 A5 0 3A 15 12 141 38 3A
Octal 320 127 245 0 72 25 22 501 70 72
Binary 11010000 1010111 10100101 0 111010 10101 10010 101000001 111000 111010

Color Harmonies of #D057A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057A5

Black with #D057A5

Text Example


Text Example

White with #D057A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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