Html Css Color HEX #D54992 Mulberry

📋 copy color: '#D54992'

red 213 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #D54992

Tints of Mulberry #D54992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 49.31%
G = 16.9%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54992 (or 0xD54992) is known color: Mulberry. HEX triplet: D5, 49 and 92. RGB value is (213,73,146). Sum of RGB (Red+Green+Blue) = 213+73+146=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D54992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54992 is #2AB66D. Grayscale: #7B7B7B. Windows color (decimal): -2799214 or 9587157. OLE color: 9587157.

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

Color convert

RGB 213 73 146 -
CMYK 0 0.66 0.31 0.16
HSL 328.71º 0.63% 0.56% -
HSV(B) 328.71º 0.66% 0.84% -
XYZ 35.01 20.99 29.4 -
YUV 123.18 140.88 192.06 -
System Red Green Blue C M Y K H S L
Decimal 213 73 146 0 0.66 0.31 0.16 328.71 0.63 0.56
Hex D5 49 92 0 42 1F 10 149 3E 38
Octal 325 111 222 0 102 37 20 511 76 70
Binary 11010101 1001001 10010010 0 1000010 11111 10000 101001001 111110 111000

Color Harmonies of #D54992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54992

Black with #D54992

Text Example


Text Example

White with #D54992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54992; }

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

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

background-color css

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

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

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

border-color css

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

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

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