Html Css Color HEX #D550A5 Mulberry

📋 copy color: '#D550A5'

red 213 ◦ green 80 ◦ blue 165

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

Shades of Mulberry #D550A5

Tints of Mulberry #D550A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.03%

R = 46.51%
G = 17.47%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D550A5 (or 0xD550A5) is known color: Mulberry. HEX triplet: D5, 50 and A5. RGB value is (213,80,165). Sum of RGB (Red+Green+Blue) = 213+80+165=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D550A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D550A5 is #2AAF5A. Grayscale: #818181. Windows color (decimal): -2797403 or 10834133. OLE color: 10834133.

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

Color convert

RGB 213 80 165 -
CMYK 0 0.62 0.23 0.16
HSL 321.65º 0.61% 0.57% -
HSV(B) 321.65º 0.62% 0.84% -
XYZ 37.1 22.6 38 -
YUV 129.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 213 80 165 0 0.62 0.23 0.16 321.65 0.61 0.57
Hex D5 50 A5 0 3E 17 10 142 3D 39
Octal 325 120 245 0 76 27 20 502 75 71
Binary 11010101 1010000 10100101 0 111110 10111 10000 101000010 111101 111001

Color Harmonies of #D550A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550A5

Black with #D550A5

Text Example


Text Example

White with #D550A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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