Html Css Color HEX #D54394 Mulberry

📋 copy color: '#D54394'

red 213 ◦ green 67 ◦ blue 148

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

Shades of Mulberry #D54394

Tints of Mulberry #D54394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.65%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 49.77%
G = 15.65%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54394 (or 0xD54394) is known color: Mulberry. HEX triplet: D5, 43 and 94. RGB value is (213,67,148). Sum of RGB (Red+Green+Blue) = 213+67+148=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54394 is #2ABC6B. Grayscale: #777777. Windows color (decimal): -2800748 or 9716693. OLE color: 9716693.

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

Color convert

RGB 213 67 148 -
CMYK 0 0.69 0.31 0.16
HSL 326.71º 0.63% 0.55% -
HSV(B) 326.71º 0.69% 0.84% -
XYZ 34.79 20.3 30.1 -
YUV 119.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 213 67 148 0 0.69 0.31 0.16 326.71 0.63 0.55
Hex D5 43 94 0 45 1F 10 147 3F 37
Octal 325 103 224 0 105 37 20 507 77 67
Binary 11010101 1000011 10010100 0 1000101 11111 10000 101000111 111111 110111

Color Harmonies of #D54394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54394

Black with #D54394

Text Example


Text Example

White with #D54394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54394; }

 p { color: rgb(213,67,148); }

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

background-color css

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

 a { background-color: rgb(213,67,148); }

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

border-color css

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

 span { border-color: rgb(213,67,148); }

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