Html Css Color HEX #D94593 Mulberry

📋 copy color: '#D94593'

red 217 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #D94593

Tints of Mulberry #D94593

RGB

 RED value IS 217 (85.16% from 255) = 50.12%

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

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

R = 50.12%
G = 15.94%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D94593 (or 0xD94593) is known color: Mulberry. HEX triplet: D9, 45 and 93. RGB value is (217,69,147). Sum of RGB (Red+Green+Blue) = 217+69+147=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D94593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94593 is #26BA6C. Grayscale: #797979. Windows color (decimal): -2538093 or 9651673. OLE color: 9651673.

HSL color Cylindrical-coordinate representation of color #D94593: hue angle of 328.38º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94593 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 147 -
CMYK 0 0.68 0.32 0.15
HSL 328.38º 0.66% 0.56% -
HSV(B) 328.38º 0.68% 0.85% -
XYZ 36.01 21.11 29.78 -
YUV 122.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 217 69 147 0 0.68 0.32 0.15 328.38 0.66 0.56
Hex D9 45 93 0 44 20 F 148 42 38
Octal 331 105 223 0 104 40 17 510 102 70
Binary 11011001 1000101 10010011 0 1000100 100000 1111 101001000 1000010 111000

Color Harmonies of #D94593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94593

Black with #D94593

Text Example


Text Example

White with #D94593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94593; }

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

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

background-color css

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

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

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

border-color css

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

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

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