#D71EB0

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

Shades of Spicy Pink #D71EB0

Tints of Spicy Pink #D71EB0

Color information

#D71EB0 (or 0xD71EB0) is unknown color: approx Spicy Pink. HEX triplet: D7, 1E and B0. RGB value is (215,30,176). Sum of RGB (Red+Green+Blue) = 215+30+176=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D71EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71EB0 is #28E14F. Grayscale: #656565. Windows color (decimal): -2679120 or 11542231. OLE color: 11542231.

HSL color Cylindrical-coordinate representation of color #D71EB0: hue angle of 312.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71EB0 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21530176-
CMYK00.860.180.16
HSL312.65º75.51%48.04%-
HSV(B)312.65º86.05%84.31%-
XYZ36.3318.5142.73-
YUV101.96169.79208.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 30 (12.11% from 255) = 7.13%
BLUE value IS 176 (69.14% from 255) = 41.81%
R=51.07%
G=7.13%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153017600.860.180.16312.6575.5148.04
HexD71EB005612101394c30
Octal327362600126222047111460
Binary1101011111110101100000101011010010100001001110011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71EB0; }

 p { color: rgb(215,30,176); }

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

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

 a { background-color: rgb(215,30,176); }

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

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

 span { border-color: rgb(215,30,176); }

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