Html Css Color HEX #D94795 Mulberry

📋 copy color: '#D94795'

red 217 ◦ green 71 ◦ blue 149

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

Shades of Mulberry #D94795

Tints of Mulberry #D94795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.25%

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

R = 49.66%
G = 16.25%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D94795 (or 0xD94795) is known color: Mulberry. HEX triplet: D9, 47 and 95. RGB value is (217,71,149). Sum of RGB (Red+Green+Blue) = 217+71+149=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D94795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94795 is #26B86A. Grayscale: #7B7B7B. Windows color (decimal): -2537579 or 9783257. OLE color: 9783257.

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

Color convert

RGB 217 71 149 -
CMYK 0 0.67 0.31 0.15
HSL 327.95º 0.66% 0.56% -
HSV(B) 327.95º 0.67% 0.85% -
XYZ 36.29 21.43 30.66 -
YUV 123.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 217 71 149 0 0.67 0.31 0.15 327.95 0.66 0.56
Hex D9 47 95 0 43 1F F 148 42 38
Octal 331 107 225 0 103 37 17 510 102 70
Binary 11011001 1000111 10010101 0 1000011 11111 1111 101001000 1000010 111000

Color Harmonies of #D94795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94795

Black with #D94795

Text Example


Text Example

White with #D94795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94795; }

 p { color: rgb(217,71,149); }

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

background-color css

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

 a { background-color: rgb(217,71,149); }

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

border-color css

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

 span { border-color: rgb(217,71,149); }

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