#D665FF

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

Shades of Heliotrope #D665FF

Tints of Heliotrope #D665FF

Color information

#D665FF (or 0xD665FF) is unknown color: approx Heliotrope. HEX triplet: D6, 65 and FF. RGB value is (214,101,255). Sum of RGB (Red+Green+Blue) = 214+101+255=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #D665FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665FF is #299A00. Grayscale: #979797. Windows color (decimal): -2726401 or 16737750. OLE color: 16737750.

HSL color Cylindrical-coordinate representation of color #D665FF: hue angle of 284.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D665FF is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214101255-
CMYK0.160.6000
HSL284.03º100%69.8%-
HSV(B)284.03º60.39%100%-
XYZ50.4430.8297.9-
YUV152.34185.94171.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 101 (39.84% from 255) = 17.72%
BLUE value IS 255 (100% from 255) = 44.74%
R=37.54%
G=17.72%
B=44.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141012550.160.6000284.0310069.8
HexD665FF103C0011c6446
Octal326145377207400434144106
Binary11010110110010111111111100001111000010001110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D665FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D665FF; }

 p { color: rgb(214,101,255); }

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

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

 a { background-color: rgb(214,101,255); }

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

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

 span { border-color: rgb(214,101,255); }

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