#D661FB

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

Shades of Heliotrope #D661FB

Tints of Heliotrope #D661FB

Color information

#D661FB (or 0xD661FB) is unknown color: approx Heliotrope. HEX triplet: D6, 61 and FB. RGB value is (214,97,251). Sum of RGB (Red+Green+Blue) = 214+97+251=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 97 (38.28% from 255 or 17.26% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #D661FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661FB is #299E04. Grayscale: #959595. Windows color (decimal): -2727429 or 16474582. OLE color: 16474582.

HSL color Cylindrical-coordinate representation of color #D661FB: hue angle of 285.58º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D661FB is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21497251-
CMYK0.150.6100.02
HSL285.58º95.06%68.24%-
HSV(B)285.58º61.35%98.43%-
XYZ49.4229.8194.42-
YUV149.54185.26173.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 97 (38.28% from 255) = 17.26%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=38.08%
G=17.26%
B=44.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214972510.150.6100.02285.5895.0668.24
HexD661FBF3D0211e5f44
Octal326141373177502436137104
Binary11010110110000111111011111111110101010001111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661FB; }

 p { color: rgb(214,97,251); }

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

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

 a { background-color: rgb(214,97,251); }

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

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

 span { border-color: rgb(214,97,251); }

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