Html Css Color HEX #D552AC Mulberry

📋 copy color: '#D552AC'

red 213 ◦ green 82 ◦ blue 172

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

Shades of Mulberry #D552AC

Tints of Mulberry #D552AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 45.61%
G = 17.56%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D552AC (or 0xD552AC) is known color: Mulberry. HEX triplet: D5, 52 and AC. RGB value is (213,82,172). Sum of RGB (Red+Green+Blue) = 213+82+172=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D552AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D552AC is #2AAD53. Grayscale: #838383. Windows color (decimal): -2796884 or 11293397. OLE color: 11293397.

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

Color convert

RGB 213 82 172 -
CMYK 0 0.62 0.19 0.16
HSL 318.78º 0.61% 0.58% -
HSV(B) 318.78º 0.62% 0.84% -
XYZ 37.9 23.16 41.5 -
YUV 131.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 213 82 172 0 0.62 0.19 0.16 318.78 0.61 0.58
Hex D5 52 AC 0 3E 13 10 13F 3D 3A
Octal 325 122 254 0 76 23 20 477 75 72
Binary 11010101 1010010 10101100 0 111110 10011 10000 100111111 111101 111010

Color Harmonies of #D552AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552AC

Black with #D552AC

Text Example


Text Example

White with #D552AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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