Html Css Color HEX #D75A8A Dark Pink

📋 copy color: '#D75A8A'

red 215 ◦ green 90 ◦ blue 138

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

Shades of Dark Pink #D75A8A

Tints of Dark Pink #D75A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 48.53%
G = 20.32%
B = 31.15%

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

#D75A8A (or 0xD75A8A) is known color: Dark Pink. HEX triplet: D7, 5A and 8A. RGB value is (215,90,138). Sum of RGB (Red+Green+Blue) = 215+90+138=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A8A is #28A575. Grayscale: #848484. Windows color (decimal): -2663798 or 9067223. OLE color: 9067223.

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

Color convert

RGB 215 90 138 -
CMYK 0 0.58 0.36 0.16
HSL 336.96º 0.61% 0.6% -
HSV(B) 336.96º 0.58% 0.84% -
XYZ 36.27 23.59 26.69 -
YUV 132.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 215 90 138 0 0.58 0.36 0.16 336.96 0.61 0.6
Hex D7 5A 8A 0 3A 24 10 151 3D 3C
Octal 327 132 212 0 72 44 20 521 75 74
Binary 11010111 1011010 10001010 0 111010 100100 10000 101010001 111101 111100

Color Harmonies of #D75A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A8A

Black with #D75A8A

Text Example


Text Example

White with #D75A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A8A; }

 p { color: rgb(215,90,138); }

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

background-color css

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

 a { background-color: rgb(215,90,138); }

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

border-color css

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

 span { border-color: rgb(215,90,138); }

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