Html Css Color HEX #D052A0 Mulberry

📋 copy color: '#D052A0'

red 208 ◦ green 82 ◦ blue 160

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

Shades of Mulberry #D052A0

Tints of Mulberry #D052A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 46.22%
G = 18.22%
B = 35.56%

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

#D052A0 (or 0xD052A0) is known color: Mulberry. HEX triplet: D0, 52 and A0. RGB value is (208,82,160). Sum of RGB (Red+Green+Blue) = 208+82+160=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D052A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052A0 is #2FAD5F. Grayscale: #808080. Windows color (decimal): -3124576 or 10506960. OLE color: 10506960.

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

Color convert

RGB 208 82 160 -
CMYK 0 0.61 0.23 0.18
HSL 322.86º 0.57% 0.57% -
HSV(B) 322.86º 0.61% 0.82% -
XYZ 35.37 21.98 35.64 -
YUV 128.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 208 82 160 0 0.61 0.23 0.18 322.86 0.57 0.57
Hex D0 52 A0 0 3D 17 12 143 39 39
Octal 320 122 240 0 75 27 22 503 71 71
Binary 11010000 1010010 10100000 0 111101 10111 10010 101000011 111001 111001

Color Harmonies of #D052A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052A0

Black with #D052A0

Text Example


Text Example

White with #D052A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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