Html Css Color HEX #D552A0 Mulberry

📋 copy color: '#D552A0'

red 213 ◦ green 82 ◦ blue 160

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

Shades of Mulberry #D552A0

Tints of Mulberry #D552A0

RGB

 RED value IS 213 (83.59% from 255) = 46.81%

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

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

R = 46.81%
G = 18.02%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D552A0 (or 0xD552A0) is known color: Mulberry. HEX triplet: D5, 52 and A0. RGB value is (213,82,160). Sum of RGB (Red+Green+Blue) = 213+82+160=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D552A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552A0 is #2AAD5F. Grayscale: #818181. Windows color (decimal): -2796896 or 10506965. OLE color: 10506965.

HSL color Cylindrical-coordinate representation of color #D552A0: hue angle of 324.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D552A0 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 160 -
CMYK 0 0.62 0.25 0.16
HSL 324.27º 0.61% 0.58% -
HSV(B) 324.27º 0.62% 0.84% -
XYZ 36.8 22.72 35.7 -
YUV 130.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 213 82 160 0 0.62 0.25 0.16 324.27 0.61 0.58
Hex D5 52 A0 0 3E 19 10 144 3D 3A
Octal 325 122 240 0 76 31 20 504 75 72
Binary 11010101 1010010 10100000 0 111110 11001 10000 101000100 111101 111010

Color Harmonies of #D552A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552A0

Black with #D552A0

Text Example


Text Example

White with #D552A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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