Html Css Color HEX #D95A8A Dark Pink

📋 copy color: '#D95A8A'

red 217 ◦ green 90 ◦ blue 138

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

Shades of Dark Pink #D95A8A

Tints of Dark Pink #D95A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 48.76%
G = 20.22%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D95A8A (or 0xD95A8A) is known color: Dark Pink. HEX triplet: D9, 5A and 8A. RGB value is (217,90,138). Sum of RGB (Red+Green+Blue) = 217+90+138=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A8A is #26A575. Grayscale: #858585. Windows color (decimal): -2532726 or 9067225. OLE color: 9067225.

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

Color convert

RGB 217 90 138 -
CMYK 0 0.59 0.36 0.15
HSL 337.32º 0.63% 0.6% -
HSV(B) 337.32º 0.59% 0.85% -
XYZ 36.86 23.9 26.72 -
YUV 133.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 217 90 138 0 0.59 0.36 0.15 337.32 0.63 0.6
Hex D9 5A 8A 0 3B 24 F 151 3F 3C
Octal 331 132 212 0 73 44 17 521 77 74
Binary 11011001 1011010 10001010 0 111011 100100 1111 101010001 111111 111100

Color Harmonies of #D95A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95A8A

Black with #D95A8A

Text Example


Text Example

White with #D95A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95A8A; }

 p { color: rgb(217,90,138); }

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

background-color css

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

 a { background-color: rgb(217,90,138); }

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

border-color css

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

 span { border-color: rgb(217,90,138); }

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