Html Css Color HEX #D727AC Spicy Pink

📋 copy color: '#D727AC'

red 215 ◦ green 39 ◦ blue 172

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

Shades of Spicy Pink #D727AC

Tints of Spicy Pink #D727AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.15%

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 50.47%
G = 9.15%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D727AC (or 0xD727AC) is known color: Spicy Pink. HEX triplet: D7, 27 and AC. RGB value is (215,39,172). Sum of RGB (Red+Green+Blue) = 215+39+172=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D727AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D727AC is #28D853. Grayscale: #6A6A6A. Windows color (decimal): -2676820 or 11282391. OLE color: 11282391.

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

Color convert

RGB 215 39 172 -
CMYK 0 0.82 0.2 0.16
HSL 314.66º 0.69% 0.5% -
HSV(B) 314.66º 0.82% 0.84% -
XYZ 36.2 18.88 40.77 -
YUV 106.79 164.81 205.19 -
System Red Green Blue C M Y K H S L
Decimal 215 39 172 0 0.82 0.2 0.16 314.66 0.69 0.5
Hex D7 27 AC 0 52 14 10 13B 45 32
Octal 327 47 254 0 122 24 20 473 105 62
Binary 11010111 100111 10101100 0 1010010 10100 10000 100111011 1000101 110010

Color Harmonies of #D727AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D727AC

Black with #D727AC

Text Example


Text Example

White with #D727AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D727AC; }

 p { color: rgb(215,39,172); }

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

background-color css

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

 a { background-color: rgb(215,39,172); }

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

border-color css

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

 span { border-color: rgb(215,39,172); }

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