#D961FF

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

Shades of Heliotrope #D961FF

Tints of Heliotrope #D961FF

Color information

#D961FF (or 0xD961FF) is unknown color: approx Heliotrope. HEX triplet: D9, 61 and FF. RGB value is (217,97,255). Sum of RGB (Red+Green+Blue) = 217+97+255=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 97 (38.28% from 255 or 17.05% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #D961FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961FF is #269E00. Grayscale: #969696. Windows color (decimal): -2530817 or 16736729. OLE color: 16736729.

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

Color convert

RGB21797255-
CMYK0.150.6200
HSL285.57º100%69.02%-
HSV(B)285.57º61.96%100%-
XYZ50.9430.5297.81-
YUV150.89186.76175.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 97 (38.28% from 255) = 17.05%
BLUE value IS 255 (100% from 255) = 44.82%
R=38.14%
G=17.05%
B=44.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217972550.150.6200285.5710069.02
HexD961FFF3E0011e6445
Octal331141377177600436144105
Binary1101100111000011111111111111111100010001111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961FF; }

 p { color: rgb(217,97,255); }

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

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

 a { background-color: rgb(217,97,255); }

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

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

 span { border-color: rgb(217,97,255); }

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