#d872ff

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

Shades of Heliotrope #D872FF

Tints of Heliotrope #D872FF

Color information

#D872FF (or 0xD872FF) is unknown color: approx Heliotrope. HEX triplet: D8, 72 and FF. RGB value is (216,114,255). Sum of RGB (Red+Green+Blue) = 216+114+255=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #D872FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D872FF is #278D00. Grayscale: #A0A0A0. Windows color (decimal): -2592001 or 16741080. OLE color: 16741080.

HSL color Cylindrical-coordinate representation of color #D872FF: hue angle of 283.4º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D872FF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB216114255-
CMYK0.150.5500
HSL283.4º100%72.35%-
HSV(B)283.4º55.29%100%-
XYZ52.3933.8598.38-
YUV160.57181.29167.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 114 (44.92% from 255) = 19.49%
BLUE value IS 255 (100% from 255) = 43.59%
R=36.92%
G=19.49%
B=43.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161142550.150.5500283.410072.35
HexD872FFF370011b6448
Octal330162377176700433144110
Binary1101100011100101111111111111101110010001101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d872ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d872ff; }

 p { color: rgb(216,114,255); }

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

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

 a { background-color: rgb(216,114,255); }

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

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

 span { border-color: rgb(216,114,255); }

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