Html Css Color HEX #D95C8B Dark Pink

📋 copy color: '#D95C8B'

red 217 ◦ green 92 ◦ blue 139

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

Shades of Dark Pink #D95C8B

Tints of Dark Pink #D95C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 48.44%
G = 20.54%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D95C8B (or 0xD95C8B) is known color: Dark Pink. HEX triplet: D9, 5C and 8B. RGB value is (217,92,139). Sum of RGB (Red+Green+Blue) = 217+92+139=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C8B is #26A374. Grayscale: #868686. Windows color (decimal): -2532213 or 9133273. OLE color: 9133273.

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

Color convert

RGB 217 92 139 -
CMYK 0 0.58 0.36 0.15
HSL 337.44º 0.62% 0.61% -
HSV(B) 337.44º 0.58% 0.85% -
XYZ 37.1 24.27 27.16 -
YUV 134.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 217 92 139 0 0.58 0.36 0.15 337.44 0.62 0.61
Hex D9 5C 8B 0 3A 24 F 151 3E 3D
Octal 331 134 213 0 72 44 17 521 76 75
Binary 11011001 1011100 10001011 0 111010 100100 1111 101010001 111110 111101

Color Harmonies of #D95C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C8B

Black with #D95C8B

Text Example


Text Example

White with #D95C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C8B; }

 p { color: rgb(217,92,139); }

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

background-color css

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

 a { background-color: rgb(217,92,139); }

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

border-color css

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

 span { border-color: rgb(217,92,139); }

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