Html Css Color HEX #D052A1 Mulberry

📋 copy color: '#D052A1'

red 208 ◦ green 82 ◦ blue 161

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

Shades of Mulberry #D052A1

Tints of Mulberry #D052A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.7%

R = 46.12%
G = 18.18%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D052A1 (or 0xD052A1) is known color: Mulberry. HEX triplet: D0, 52 and A1. RGB value is (208,82,161). Sum of RGB (Red+Green+Blue) = 208+82+161=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D052A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052A1 is #2FAD5E. Grayscale: #808080. Windows color (decimal): -3124575 or 10572496. OLE color: 10572496.

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

Color convert

RGB 208 82 161 -
CMYK 0 0.61 0.23 0.18
HSL 322.38º 0.57% 0.57% -
HSV(B) 322.38º 0.61% 0.82% -
XYZ 35.46 22.02 36.1 -
YUV 128.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 208 82 161 0 0.61 0.23 0.18 322.38 0.57 0.57
Hex D0 52 A1 0 3D 17 12 142 39 39
Octal 320 122 241 0 75 27 22 502 71 71
Binary 11010000 1010010 10100001 0 111101 10111 10010 101000010 111001 111001

Color Harmonies of #D052A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052A1

Black with #D052A1

Text Example


Text Example

White with #D052A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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