#D050FF

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

Shades of Heliotrope #D050FF

Tints of Heliotrope #D050FF

Color information

#D050FF (or 0xD050FF) is unknown color: approx Heliotrope. HEX triplet: D0, 50 and FF. RGB value is (208,80,255). Sum of RGB (Red+Green+Blue) = 208+80+255=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #D050FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050FF is #2FAF00. Grayscale: #898989. Windows color (decimal): -3124993 or 16732368. OLE color: 16732368.

HSL color Cylindrical-coordinate representation of color #D050FF: hue angle of 283.89º 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 #D050FF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20880255-
CMYK0.180.6900
HSL283.89º100%65.69%-
HSV(B)283.89º68.63%100%-
XYZ46.9326.3797.22-
YUV138.22193.91177.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 80 (31.64% from 255) = 14.73%
BLUE value IS 255 (100% from 255) = 46.96%
R=38.31%
G=14.73%
B=46.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208802550.180.6900283.8910065.69
HexD050FF12450011c6442
Octal3201203772210500434144102
Binary110100001010000111111111001010001010010001110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D050FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D050FF; }

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

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

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

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

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

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

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

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