Html Css Color HEX #D54593 Mulberry

📋 copy color: '#D54593'

red 213 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #D54593

Tints of Mulberry #D54593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

 BLUE value IS 147 (57.81% from 255) = 34.27%

R = 49.65%
G = 16.08%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54593 (or 0xD54593) is known color: Mulberry. HEX triplet: D5, 45 and 93. RGB value is (213,69,147). Sum of RGB (Red+Green+Blue) = 213+69+147=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D54593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54593 is #2ABA6C. Grayscale: #787878. Windows color (decimal): -2800237 or 9651669. OLE color: 9651669.

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

Color convert

RGB 213 69 147 -
CMYK 0 0.68 0.31 0.16
HSL 327.5º 0.63% 0.55% -
HSV(B) 327.5º 0.68% 0.84% -
XYZ 34.84 20.51 29.73 -
YUV 120.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 213 69 147 0 0.68 0.31 0.16 327.5 0.63 0.55
Hex D5 45 93 0 44 1F 10 148 3F 37
Octal 325 105 223 0 104 37 20 510 77 67
Binary 11010101 1000101 10010011 0 1000100 11111 10000 101001000 111111 110111

Color Harmonies of #D54593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54593

Black with #D54593

Text Example


Text Example

White with #D54593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54593; }

 p { color: rgb(213,69,147); }

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

background-color css

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

 a { background-color: rgb(213,69,147); }

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

border-color css

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

 span { border-color: rgb(213,69,147); }

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