Html Css Color HEX #D550AC Mulberry

📋 copy color: '#D550AC'

red 213 ◦ green 80 ◦ blue 172

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

Shades of Mulberry #D550AC

Tints of Mulberry #D550AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

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

R = 45.81%
G = 17.2%
B = 36.99%

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

#D550AC (or 0xD550AC) is known color: Mulberry. HEX triplet: D5, 50 and AC. RGB value is (213,80,172). Sum of RGB (Red+Green+Blue) = 213+80+172=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D550AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D550AC is #2AAF53. Grayscale: #828282. Windows color (decimal): -2797396 or 11292885. OLE color: 11292885.

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

Color convert

RGB 213 80 172 -
CMYK 0 0.62 0.19 0.16
HSL 318.5º 0.61% 0.57% -
HSV(B) 318.5º 0.62% 0.84% -
XYZ 37.76 22.86 41.45 -
YUV 130.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 213 80 172 0 0.62 0.19 0.16 318.5 0.61 0.57
Hex D5 50 AC 0 3E 13 10 13E 3D 39
Octal 325 120 254 0 76 23 20 476 75 71
Binary 11010101 1010000 10101100 0 111110 10011 10000 100111110 111101 111001

Color Harmonies of #D550AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550AC

Black with #D550AC

Text Example


Text Example

White with #D550AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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