#D150FF

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

Shades of Heliotrope #D150FF

Tints of Heliotrope #D150FF

Color information

#D150FF (or 0xD150FF) is unknown color: approx Heliotrope. HEX triplet: D1, 50 and FF. RGB value is (209,80,255). Sum of RGB (Red+Green+Blue) = 209+80+255=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #D150FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150FF is #2EAF00. Grayscale: #898989. Windows color (decimal): -3059457 or 16732369. OLE color: 16732369.

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

Color convert

RGB20980255-
CMYK0.180.6900
HSL284.23º100%65.69%-
HSV(B)284.23º68.63%100%-
XYZ47.2126.5197.24-
YUV138.52193.74178.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 80 (31.64% from 255) = 14.71%
BLUE value IS 255 (100% from 255) = 46.88%
R=38.42%
G=14.71%
B=46.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209802550.180.6900284.2310065.69
HexD150FF12450011c6442
Octal3211203772210500434144102
Binary110100011010000111111111001010001010010001110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D150FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D150FF; }

 p { color: rgb(209,80,255); }

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

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

 a { background-color: rgb(209,80,255); }

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

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

 span { border-color: rgb(209,80,255); }

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