#D727BA

Color #D727BA Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #D727BA

Tints of Shocking Pink #D727BA

Color information

#D727BA (or 0xD727BA) is unknown color: approx Shocking Pink. HEX triplet: D7, 27 and BA. RGB value is (215,39,186). Sum of RGB (Red+Green+Blue) = 215+39+186=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D727BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D727BA is #28D845. Grayscale: #6B6B6B. Windows color (decimal): -2676806 or 12199895. OLE color: 12199895.

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

Color convert

RGB21539186-
CMYK00.820.130.16
HSL309.89º69.29%49.8%-
HSV(B)309.89º81.86%84.31%-
XYZ37.6119.4448.22-
YUV108.38171.81204.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.86%
GREEN value IS 39 (15.62% from 255) = 8.86%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=48.86%
G=8.86%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153918600.820.130.16309.8969.2949.8
HexD727BA052D101364532
Octal327472720122152046610562
Binary1101011110011110111010010100101101100001001101101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D727BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D727BA; }

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

 H1.HeaderClassName
 {
   color: #D727BA;
 }
 .AnyTagClassName
 {
   color: #D727BA;
 }
</style>
background-color css

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

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

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

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

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

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