Html Css Color HEX #D54199 Mulberry

📋 copy color: '#D54199'

red 213 ◦ green 65 ◦ blue 153

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

Shades of Mulberry #D54199

Tints of Mulberry #D54199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.08%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 49.42%
G = 15.08%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D54199 (or 0xD54199) is known color: Mulberry. HEX triplet: D5, 41 and 99. RGB value is (213,65,153). Sum of RGB (Red+Green+Blue) = 213+65+153=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54199 is #2ABE66. Grayscale: #777777. Windows color (decimal): -2801255 or 10043861. OLE color: 10043861.

HSL color Cylindrical-coordinate representation of color #D54199: hue angle of 324.32º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54199 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 153 -
CMYK 0 0.69 0.28 0.16
HSL 324.32º 0.64% 0.55% -
HSV(B) 324.32º 0.69% 0.84% -
XYZ 35.08 20.23 32.19 -
YUV 119.28 147.03 194.84 -
System Red Green Blue C M Y K H S L
Decimal 213 65 153 0 0.69 0.28 0.16 324.32 0.64 0.55
Hex D5 41 99 0 45 1C 10 144 40 37
Octal 325 101 231 0 105 34 20 504 100 67
Binary 11010101 1000001 10011001 0 1000101 11100 10000 101000100 1000000 110111

Color Harmonies of #D54199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54199

Black with #D54199

Text Example


Text Example

White with #D54199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54199; }

 p { color: rgb(213,65,153); }

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

background-color css

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

 a { background-color: rgb(213,65,153); }

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

border-color css

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

 span { border-color: rgb(213,65,153); }

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