Html Css Color HEX #D550A8 Mulberry

📋 copy color: '#D550A8'

red 213 ◦ green 80 ◦ blue 168

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

Shades of Mulberry #D550A8

Tints of Mulberry #D550A8

RGB

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

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

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

R = 46.2%
G = 17.35%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D550A8 (or 0xD550A8) is known color: Mulberry. HEX triplet: D5, 50 and A8. RGB value is (213,80,168). Sum of RGB (Red+Green+Blue) = 213+80+168=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D550A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D550A8 is #2AAF57. Grayscale: #818181. Windows color (decimal): -2797400 or 11030741. OLE color: 11030741.

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

Color convert

RGB 213 80 168 -
CMYK 0 0.62 0.21 0.16
HSL 320.3º 0.61% 0.57% -
HSV(B) 320.3º 0.62% 0.84% -
XYZ 37.38 22.71 39.46 -
YUV 129.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 213 80 168 0 0.62 0.21 0.16 320.3 0.61 0.57
Hex D5 50 A8 0 3E 15 10 140 3D 39
Octal 325 120 250 0 76 25 20 500 75 71
Binary 11010101 1010000 10101000 0 111110 10101 10000 101000000 111101 111001

Color Harmonies of #D550A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550A8

Black with #D550A8

Text Example


Text Example

White with #D550A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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