Html Css Color HEX #D95890 Dark Pink

📋 copy color: '#D95890'

red 217 ◦ green 88 ◦ blue 144

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

Shades of Dark Pink #D95890

Tints of Dark Pink #D95890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.6%

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

R = 48.33%
G = 19.6%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D95890 (or 0xD95890) is known color: Dark Pink. HEX triplet: D9, 58 and 90. RGB value is (217,88,144). Sum of RGB (Red+Green+Blue) = 217+88+144=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D95890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95890 is #26A76F. Grayscale: #848484. Windows color (decimal): -2533232 or 9459929. OLE color: 9459929.

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

Color convert

RGB 217 88 144 -
CMYK 0 0.59 0.34 0.15
HSL 333.95º 0.63% 0.6% -
HSV(B) 333.95º 0.59% 0.85% -
XYZ 37.14 23.74 29.01 -
YUV 132.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 217 88 144 0 0.59 0.34 0.15 333.95 0.63 0.6
Hex D9 58 90 0 3B 22 F 14E 3F 3C
Octal 331 130 220 0 73 42 17 516 77 74
Binary 11011001 1011000 10010000 0 111011 100010 1111 101001110 111111 111100

Color Harmonies of #D95890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95890

Black with #D95890

Text Example


Text Example

White with #D95890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95890; }

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

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

background-color css

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

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

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

border-color css

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

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

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