Html Css Color HEX #D75E87 Dark Pink

📋 copy color: '#D75E87'

red 215 ◦ green 94 ◦ blue 135

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

Shades of Dark Pink #D75E87

Tints of Dark Pink #D75E87

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.17%

 BLUE value IS 135 (53.13% from 255) = 30.41%

R = 48.42%
G = 21.17%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D75E87 (or 0xD75E87) is known color: Dark Pink. HEX triplet: D7, 5E and 87. RGB value is (215,94,135). Sum of RGB (Red+Green+Blue) = 215+94+135=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75E87 is #28A178. Grayscale: #868686. Windows color (decimal): -2662777 or 8871639. OLE color: 8871639.

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

Color convert

RGB 215 94 135 -
CMYK 0 0.56 0.37 0.16
HSL 339.67º 0.6% 0.61% -
HSV(B) 339.67º 0.56% 0.84% -
XYZ 36.4 24.2 25.67 -
YUV 134.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 215 94 135 0 0.56 0.37 0.16 339.67 0.6 0.61
Hex D7 5E 87 0 38 25 10 154 3C 3D
Octal 327 136 207 0 70 45 20 524 74 75
Binary 11010111 1011110 10000111 0 111000 100101 10000 101010100 111100 111101

Color Harmonies of #D75E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E87

Black with #D75E87

Text Example


Text Example

White with #D75E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E87; }

 p { color: rgb(215,94,135); }

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

background-color css

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

 a { background-color: rgb(215,94,135); }

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

border-color css

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

 span { border-color: rgb(215,94,135); }

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