Html Css Color HEX #D54995 Mulberry

📋 copy color: '#D54995'

red 213 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #D54995

Tints of Mulberry #D54995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 48.97%
G = 16.78%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54995 (or 0xD54995) is known color: Mulberry. HEX triplet: D5, 49 and 95. RGB value is (213,73,149). Sum of RGB (Red+Green+Blue) = 213+73+149=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D54995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54995 is #2AB66A. Grayscale: #7B7B7B. Windows color (decimal): -2799211 or 9783765. OLE color: 9783765.

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

Color convert

RGB 213 73 149 -
CMYK 0 0.66 0.30 0.16
HSL 327.43º 0.63% 0.56% -
HSV(B) 327.43º 0.66% 0.84% -
XYZ 35.25 21.08 30.65 -
YUV 123.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 213 73 149 0 0.66 0.30 0.16 327.43 0.63 0.56
Hex D5 49 95 0 42 1E 10 147 3E 38
Octal 325 111 225 0 102 36 20 507 76 70
Binary 11010101 1001001 10010101 0 1000010 11110 10000 101000111 111110 111000

Color Harmonies of #D54995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54995

Black with #D54995

Text Example


Text Example

White with #D54995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54995; }

 p { color: rgb(213,73,149); }

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

background-color css

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

 a { background-color: rgb(213,73,149); }

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

border-color css

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

 span { border-color: rgb(213,73,149); }

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