Html Css Color HEX #D75C8A Dark Pink

📋 copy color: '#D75C8A'

red 215 ◦ green 92 ◦ blue 138

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

Shades of Dark Pink #D75C8A

Tints of Dark Pink #D75C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.67%

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

R = 48.31%
G = 20.67%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D75C8A (or 0xD75C8A) is known color: Dark Pink. HEX triplet: D7, 5C and 8A. RGB value is (215,92,138). Sum of RGB (Red+Green+Blue) = 215+92+138=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75C8A is #28A375. Grayscale: #858585. Windows color (decimal): -2663286 or 9067735. OLE color: 9067735.

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

Color convert

RGB 215 92 138 -
CMYK 0 0.57 0.36 0.16
HSL 337.56º 0.61% 0.6% -
HSV(B) 337.56º 0.57% 0.84% -
XYZ 36.44 23.94 26.74 -
YUV 134.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 215 92 138 0 0.57 0.36 0.16 337.56 0.61 0.6
Hex D7 5C 8A 0 39 24 10 152 3D 3C
Octal 327 134 212 0 71 44 20 522 75 74
Binary 11010111 1011100 10001010 0 111001 100100 10000 101010010 111101 111100

Color Harmonies of #D75C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75C8A

Black with #D75C8A

Text Example


Text Example

White with #D75C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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