Html Css Color HEX #D052A6 Mulberry

📋 copy color: '#D052A6'

red 208 ◦ green 82 ◦ blue 166

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

Shades of Mulberry #D052A6

Tints of Mulberry #D052A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 45.61%
G = 17.98%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D052A6 (or 0xD052A6) is known color: Mulberry. HEX triplet: D0, 52 and A6. RGB value is (208,82,166). Sum of RGB (Red+Green+Blue) = 208+82+166=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D052A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052A6 is #2FAD59. Grayscale: #818181. Windows color (decimal): -3124570 or 10900176. OLE color: 10900176.

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

Color convert

RGB 208 82 166 -
CMYK 0 0.61 0.20 0.18
HSL 320º 0.57% 0.57% -
HSV(B) 320º 0.61% 0.82% -
XYZ 35.91 22.2 38.47 -
YUV 129.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 208 82 166 0 0.61 0.20 0.18 320 0.57 0.57
Hex D0 52 A6 0 3D 14 12 140 39 39
Octal 320 122 246 0 75 24 22 500 71 71
Binary 11010000 1010010 10100110 0 111101 10100 10010 101000000 111001 111001

Color Harmonies of #D052A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052A6

Black with #D052A6

Text Example


Text Example

White with #D052A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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