Html Css Color HEX #D95398 Mulberry

📋 copy color: '#D95398'

red 217 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #D95398

Tints of Mulberry #D95398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.36%

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

R = 48.01%
G = 18.36%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D95398 (or 0xD95398) is known color: Mulberry. HEX triplet: D9, 53 and 98. RGB value is (217,83,152). Sum of RGB (Red+Green+Blue) = 217+83+152=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D95398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95398 is #26AC67. Grayscale: #828282. Windows color (decimal): -2534504 or 9982937. OLE color: 9982937.

HSL color Cylindrical-coordinate representation of color #D95398: hue angle of 329.1º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95398 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 152 -
CMYK 0 0.62 0.30 0.15
HSL 329.1º 0.64% 0.59% -
HSV(B) 329.1º 0.62% 0.85% -
XYZ 37.38 23.21 32.21 -
YUV 130.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 217 83 152 0 0.62 0.30 0.15 329.1 0.64 0.59
Hex D9 53 98 0 3E 1E F 149 40 3B
Octal 331 123 230 0 76 36 17 511 100 73
Binary 11011001 1010011 10011000 0 111110 11110 1111 101001001 1000000 111011

Color Harmonies of #D95398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95398

Black with #D95398

Text Example


Text Example

White with #D95398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95398; }

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

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

background-color css

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

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

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

border-color css

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

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

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