#D671FD

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

Shades of Heliotrope #D671FD

Tints of Heliotrope #D671FD

Color information

#D671FD (or 0xD671FD) is unknown color: approx Heliotrope. HEX triplet: D6, 71 and FD. RGB value is (214,113,253). Sum of RGB (Red+Green+Blue) = 214+113+253=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #D671FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D671FD is #298E02. Grayscale: #9E9E9E. Windows color (decimal): -2723331 or 16609750. OLE color: 16609750.

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

Color convert

RGB214113253-
CMYK0.150.5500.01
HSL283.29º97.22%71.76%-
HSV(B)283.29º55.34%99.22%-
XYZ51.3733.296.63-
YUV159.16180.96167.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 113 (44.53% from 255) = 19.48%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=36.90%
G=19.48%
B=43.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141132530.150.5500.01283.2997.2271.76
HexD671FDF370111b6148
Octal326161375176701433141110
Binary1101011011100011111110111111101110110001101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D671FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D671FD; }

 p { color: rgb(214,113,253); }

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

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

 a { background-color: rgb(214,113,253); }

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

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

 span { border-color: rgb(214,113,253); }

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