Html Css Color HEX #D05A8F Mulberry

📋 copy color: '#D05A8F'

red 208 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #D05A8F

Tints of Mulberry #D05A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 47.17%
G = 20.41%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D05A8F (or 0xD05A8F) is known color: Mulberry. HEX triplet: D0, 5A and 8F. RGB value is (208,90,143). Sum of RGB (Red+Green+Blue) = 208+90+143=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05A8F is #2FA570. Grayscale: #838383. Windows color (decimal): -3122545 or 9394896. OLE color: 9394896.

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

Color convert

RGB 208 90 143 -
CMYK 0 0.57 0.31 0.18
HSL 333.05º 0.56% 0.58% -
HSV(B) 333.05º 0.57% 0.82% -
XYZ 34.63 22.71 28.54 -
YUV 131.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 208 90 143 0 0.57 0.31 0.18 333.05 0.56 0.58
Hex D0 5A 8F 0 39 1F 12 14D 38 3A
Octal 320 132 217 0 71 37 22 515 70 72
Binary 11010000 1011010 10001111 0 111001 11111 10010 101001101 111000 111010

Color Harmonies of #D05A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A8F

Black with #D05A8F

Text Example


Text Example

White with #D05A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A8F; }

 p { color: rgb(208,90,143); }

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

background-color css

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

 a { background-color: rgb(208,90,143); }

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

border-color css

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

 span { border-color: rgb(208,90,143); }

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