Html Css Color HEX #D95290 Mulberry

📋 copy color: '#D95290'

red 217 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #D95290

Tints of Mulberry #D95290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.51%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 48.98%
G = 18.51%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D95290 (or 0xD95290) is known color: Mulberry. HEX triplet: D9, 52 and 90. RGB value is (217,82,144). Sum of RGB (Red+Green+Blue) = 217+82+144=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D95290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95290 is #26AD6F. Grayscale: #818181. Windows color (decimal): -2534768 or 9458393. OLE color: 9458393.

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

Color convert

RGB 217 82 144 -
CMYK 0 0.62 0.34 0.15
HSL 332.44º 0.64% 0.59% -
HSV(B) 332.44º 0.62% 0.85% -
XYZ 36.67 22.8 28.85 -
YUV 129.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 217 82 144 0 0.62 0.34 0.15 332.44 0.64 0.59
Hex D9 52 90 0 3E 22 F 14C 40 3B
Octal 331 122 220 0 76 42 17 514 100 73
Binary 11011001 1010010 10010000 0 111110 100010 1111 101001100 1000000 111011

Color Harmonies of #D95290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95290

Black with #D95290

Text Example


Text Example

White with #D95290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95290; }

 p { color: rgb(217,82,144); }

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

background-color css

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

 a { background-color: rgb(217,82,144); }

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

border-color css

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

 span { border-color: rgb(217,82,144); }

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