Html Css Color HEX #D052AA Mulberry

📋 copy color: '#D052AA'

red 208 ◦ green 82 ◦ blue 170

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

Shades of Mulberry #D052AA

Tints of Mulberry #D052AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.83%

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 45.22%
G = 17.83%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D052AA (or 0xD052AA) is known color: Mulberry. HEX triplet: D0, 52 and AA. RGB value is (208,82,170). Sum of RGB (Red+Green+Blue) = 208+82+170=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D052AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052AA is #2FAD55. Grayscale: #818181. Windows color (decimal): -3124566 or 11162320. OLE color: 11162320.

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

Color convert

RGB 208 82 170 -
CMYK 0 0.61 0.18 0.18
HSL 318.1º 0.57% 0.57% -
HSV(B) 318.1º 0.61% 0.82% -
XYZ 36.29 22.35 40.43 -
YUV 129.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 208 82 170 0 0.61 0.18 0.18 318.1 0.57 0.57
Hex D0 52 AA 0 3D 12 12 13E 39 39
Octal 320 122 252 0 75 22 22 476 71 71
Binary 11010000 1010010 10101010 0 111101 10010 10010 100111110 111001 111001

Color Harmonies of #D052AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052AA

Black with #D052AA

Text Example


Text Example

White with #D052AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052AA; }

 p { color: rgb(208,82,170); }

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

background-color css

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

 a { background-color: rgb(208,82,170); }

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

border-color css

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

 span { border-color: rgb(208,82,170); }

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