Html Css Color HEX #D052A8 Mulberry

📋 copy color: '#D052A8'

red 208 ◦ green 82 ◦ blue 168

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

Shades of Mulberry #D052A8

Tints of Mulberry #D052A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 45.41%
G = 17.9%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D052A8 (or 0xD052A8) is known color: Mulberry. HEX triplet: D0, 52 and A8. RGB value is (208,82,168). Sum of RGB (Red+Green+Blue) = 208+82+168=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D052A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052A8 is #2FAD57. Grayscale: #818181. Windows color (decimal): -3124568 or 11031248. OLE color: 11031248.

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

Color convert

RGB 208 82 168 -
CMYK 0 0.61 0.19 0.18
HSL 319.05º 0.57% 0.57% -
HSV(B) 319.05º 0.61% 0.82% -
XYZ 36.1 22.27 39.44 -
YUV 129.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 208 82 168 0 0.61 0.19 0.18 319.05 0.57 0.57
Hex D0 52 A8 0 3D 13 12 13F 39 39
Octal 320 122 250 0 75 23 22 477 71 71
Binary 11010000 1010010 10101000 0 111101 10011 10010 100111111 111001 111001

Color Harmonies of #D052A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052A8

Black with #D052A8

Text Example


Text Example

White with #D052A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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