Html Css Color HEX #D94598 Mulberry

📋 copy color: '#D94598'

red 217 ◦ green 69 ◦ blue 152

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

Shades of Mulberry #D94598

Tints of Mulberry #D94598

RGB

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

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

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

R = 49.54%
G = 15.75%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D94598 (or 0xD94598) is known color: Mulberry. HEX triplet: D9, 45 and 98. RGB value is (217,69,152). Sum of RGB (Red+Green+Blue) = 217+69+152=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D94598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94598 is #26BA67. Grayscale: #7A7A7A. Windows color (decimal): -2538088 or 9979353. OLE color: 9979353.

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

Color convert

RGB 217 69 152 -
CMYK 0 0.68 0.30 0.15
HSL 326.35º 0.66% 0.56% -
HSV(B) 326.35º 0.68% 0.85% -
XYZ 36.41 21.27 31.89 -
YUV 122.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 217 69 152 0 0.68 0.30 0.15 326.35 0.66 0.56
Hex D9 45 98 0 44 1E F 146 42 38
Octal 331 105 230 0 104 36 17 506 102 70
Binary 11011001 1000101 10011000 0 1000100 11110 1111 101000110 1000010 111000

Color Harmonies of #D94598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94598

Black with #D94598

Text Example


Text Example

White with #D94598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94598; }

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

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

background-color css

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

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

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

border-color css

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

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

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