Html Css Color HEX #D728AE Spicy Pink

📋 copy color: '#D728AE'

red 215 ◦ green 40 ◦ blue 174

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

Shades of Spicy Pink #D728AE

Tints of Spicy Pink #D728AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.32%

 BLUE value IS 174 (68.36% from 255) = 40.56%

R = 50.12%
G = 9.32%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D728AE (or 0xD728AE) is known color: Spicy Pink. HEX triplet: D7, 28 and AE. RGB value is (215,40,174). Sum of RGB (Red+Green+Blue) = 215+40+174=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D728AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D728AE is #28D751. Grayscale: #6B6B6B. Windows color (decimal): -2676562 or 11413719. OLE color: 11413719.

HSL color Cylindrical-coordinate representation of color #D728AE: hue angle of 314.06º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D728AE is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 40 174 -
CMYK 0 0.81 0.19 0.16
HSL 314.06º 0.69% 0.5% -
HSV(B) 314.06º 0.81% 0.84% -
XYZ 36.42 19.02 41.8 -
YUV 107.6 165.48 204.6 -
System Red Green Blue C M Y K H S L
Decimal 215 40 174 0 0.81 0.19 0.16 314.06 0.69 0.5
Hex D7 28 AE 0 51 13 10 13A 45 32
Octal 327 50 256 0 121 23 20 472 105 62
Binary 11010111 101000 10101110 0 1010001 10011 10000 100111010 1000101 110010

Color Harmonies of #D728AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D728AE

Black with #D728AE

Text Example


Text Example

White with #D728AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D728AE; }

 p { color: rgb(215,40,174); }

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

background-color css

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

 a { background-color: rgb(215,40,174); }

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

border-color css

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

 span { border-color: rgb(215,40,174); }

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