Html Css Color HEX #D047A5 Mulberry

📋 copy color: '#D047A5'

red 208 ◦ green 71 ◦ blue 165

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

Shades of Mulberry #D047A5

Tints of Mulberry #D047A5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.99%

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

R = 46.85%
G = 15.99%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D047A5 (or 0xD047A5) is known color: Mulberry. HEX triplet: D0, 47 and A5. RGB value is (208,71,165). Sum of RGB (Red+Green+Blue) = 208+71+165=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D047A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D047A5 is #2FB85A. Grayscale: #7A7A7A. Windows color (decimal): -3127387 or 10831824. OLE color: 10831824.

HSL color Cylindrical-coordinate representation of color #D047A5: hue angle of 318.83º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D047A5 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 71 165 -
CMYK 0 0.66 0.21 0.18
HSL 318.83º 0.59% 0.55% -
HSV(B) 318.83º 0.66% 0.82% -
XYZ 35.06 20.63 37.73 -
YUV 122.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 208 71 165 0 0.66 0.21 0.18 318.83 0.59 0.55
Hex D0 47 A5 0 42 15 12 13F 3B 37
Octal 320 107 245 0 102 25 22 477 73 67
Binary 11010000 1000111 10100101 0 1000010 10101 10010 100111111 111011 110111

Color Harmonies of #D047A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047A5

Black with #D047A5

Text Example


Text Example

White with #D047A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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