Html Css Color HEX #D95091 Mulberry

📋 copy color: '#D95091'

red 217 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #D95091

Tints of Mulberry #D95091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.1%

 BLUE value IS 145 (57.03% from 255) = 32.81%

R = 49.1%
G = 18.1%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D95091 (or 0xD95091) is known color: Mulberry. HEX triplet: D9, 50 and 91. RGB value is (217,80,145). Sum of RGB (Red+Green+Blue) = 217+80+145=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D95091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95091 is #26AF6E. Grayscale: #808080. Windows color (decimal): -2535279 or 9523417. OLE color: 9523417.

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

Color convert

RGB 217 80 145 -
CMYK 0 0.63 0.33 0.15
HSL 331.53º 0.64% 0.58% -
HSV(B) 331.53º 0.63% 0.85% -
XYZ 36.59 22.53 29.21 -
YUV 128.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 217 80 145 0 0.63 0.33 0.15 331.53 0.64 0.58
Hex D9 50 91 0 3F 21 F 14C 40 3A
Octal 331 120 221 0 77 41 17 514 100 72
Binary 11011001 1010000 10010001 0 111111 100001 1111 101001100 1000000 111010

Color Harmonies of #D95091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95091

Black with #D95091

Text Example


Text Example

White with #D95091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95091; }

 p { color: rgb(217,80,145); }

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

background-color css

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

 a { background-color: rgb(217,80,145); }

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

border-color css

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

 span { border-color: rgb(217,80,145); }

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