Html Css Color HEX #D94798 Mulberry

📋 copy color: '#D94798'

red 217 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #D94798

Tints of Mulberry #D94798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 49.32%
G = 16.14%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D94798 (or 0xD94798) is known color: Mulberry. HEX triplet: D9, 47 and 98. RGB value is (217,71,152). Sum of RGB (Red+Green+Blue) = 217+71+152=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D94798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94798 is #26B867. Grayscale: #7B7B7B. Windows color (decimal): -2537576 or 9979865. OLE color: 9979865.

HSL color Cylindrical-coordinate representation of color #D94798: hue angle of 326.71º 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 #D94798 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 152 -
CMYK 0 0.67 0.30 0.15
HSL 326.71º 0.66% 0.56% -
HSV(B) 326.71º 0.67% 0.85% -
XYZ 36.54 21.53 31.93 -
YUV 123.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 217 71 152 0 0.67 0.30 0.15 326.71 0.66 0.56
Hex D9 47 98 0 43 1E F 147 42 38
Octal 331 107 230 0 103 36 17 507 102 70
Binary 11011001 1000111 10011000 0 1000011 11110 1111 101000111 1000010 111000

Color Harmonies of #D94798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94798

Black with #D94798

Text Example


Text Example

White with #D94798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94798; }

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

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

background-color css

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

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

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

border-color css

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

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

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