Html Css Color HEX #D7588C Dark Pink

📋 copy color: '#D7588C'

red 215 ◦ green 88 ◦ blue 140

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

Shades of Dark Pink #D7588C

Tints of Dark Pink #D7588C

RGB

 RED value IS 215 (84.38% from 255) = 48.53%

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

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 48.53%
G = 19.86%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7588C (or 0xD7588C) is known color: Dark Pink. HEX triplet: D7, 58 and 8C. RGB value is (215,88,140). Sum of RGB (Red+Green+Blue) = 215+88+140=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D7588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7588C is #28A773. Grayscale: #838383. Windows color (decimal): -2664308 or 9197783. OLE color: 9197783.

HSL color Cylindrical-coordinate representation of color #D7588C: hue angle of 335.43º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7588C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 88 140 -
CMYK 0 0.59 0.35 0.16
HSL 335.43º 0.61% 0.59% -
HSV(B) 335.43º 0.59% 0.84% -
XYZ 36.25 23.32 27.4 -
YUV 131.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 215 88 140 0 0.59 0.35 0.16 335.43 0.61 0.59
Hex D7 58 8C 0 3B 23 10 14F 3D 3B
Octal 327 130 214 0 73 43 20 517 75 73
Binary 11010111 1011000 10001100 0 111011 100011 10000 101001111 111101 111011

Color Harmonies of #D7588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7588C

Black with #D7588C

Text Example


Text Example

White with #D7588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7588C; }

 p { color: rgb(215,88,140); }

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

background-color css

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

 a { background-color: rgb(215,88,140); }

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

border-color css

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

 span { border-color: rgb(215,88,140); }

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