Html Css Color HEX #D7588D Dark Pink

📋 copy color: '#D7588D'

red 215 ◦ green 88 ◦ blue 141

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

Shades of Dark Pink #D7588D

Tints of Dark Pink #D7588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.76%

R = 48.42%
G = 19.82%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7588D (or 0xD7588D) is known color: Dark Pink. HEX triplet: D7, 58 and 8D. RGB value is (215,88,141). Sum of RGB (Red+Green+Blue) = 215+88+141=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7588D is #28A772. Grayscale: #838383. Windows color (decimal): -2664307 or 9263319. OLE color: 9263319.

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

Color convert

RGB 215 88 141 -
CMYK 0 0.59 0.34 0.16
HSL 334.96º 0.61% 0.59% -
HSV(B) 334.96º 0.59% 0.84% -
XYZ 36.32 23.35 27.79 -
YUV 132.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 215 88 141 0 0.59 0.34 0.16 334.96 0.61 0.59
Hex D7 58 8D 0 3B 22 10 14F 3D 3B
Octal 327 130 215 0 73 42 20 517 75 73
Binary 11010111 1011000 10001101 0 111011 100010 10000 101001111 111101 111011

Color Harmonies of #D7588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7588D

Black with #D7588D

Text Example


Text Example

White with #D7588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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