Html Css Color HEX #D75B89 Dark Pink

📋 copy color: '#D75B89'

red 215 ◦ green 91 ◦ blue 137

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

Shades of Dark Pink #D75B89

Tints of Dark Pink #D75B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.54%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 48.53%
G = 20.54%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D75B89 (or 0xD75B89) is known color: Dark Pink. HEX triplet: D7, 5B and 89. RGB value is (215,91,137). Sum of RGB (Red+Green+Blue) = 215+91+137=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75B89 is #28A476. Grayscale: #858585. Windows color (decimal): -2663543 or 9001943. OLE color: 9001943.

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

Color convert

RGB 215 91 137 -
CMYK 0 0.58 0.36 0.16
HSL 337.74º 0.61% 0.6% -
HSV(B) 337.74º 0.58% 0.84% -
XYZ 36.28 23.74 26.34 -
YUV 133.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 215 91 137 0 0.58 0.36 0.16 337.74 0.61 0.6
Hex D7 5B 89 0 3A 24 10 152 3D 3C
Octal 327 133 211 0 72 44 20 522 75 74
Binary 11010111 1011011 10001001 0 111010 100100 10000 101010010 111101 111100

Color Harmonies of #D75B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75B89

Black with #D75B89

Text Example


Text Example

White with #D75B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75B89; }

 p { color: rgb(215,91,137); }

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

background-color css

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

 a { background-color: rgb(215,91,137); }

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

border-color css

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

 span { border-color: rgb(215,91,137); }

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