#D081FC

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

Shades of Heliotrope #D081FC

Tints of Heliotrope #D081FC

Color information

#D081FC (or 0xD081FC) is unknown color: approx Heliotrope. HEX triplet: D0, 81 and FC. RGB value is (208,129,252). Sum of RGB (Red+Green+Blue) = 208+129+252=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #D081FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081FC is #2F7E03. Grayscale: #A6A6A6. Windows color (decimal): -3112452 or 16548304. OLE color: 16548304.

HSL color Cylindrical-coordinate representation of color #D081FC: hue angle of 278.54º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D081FC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208129252-
CMYK0.170.4900.01
HSL278.54º95.35%74.71%-
HSV(B)278.54º48.81%98.82%-
XYZ51.4336.1496.36-
YUV166.64176.17157.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 129 (50.78% from 255) = 21.90%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=35.31%
G=21.90%
B=42.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081292520.170.4900.01278.5495.3574.71
HexD081FC1131011175f4b
Octal320201374216101427137113
Binary110100001000000111111100100011100010110001011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081FC; }

 p { color: rgb(208,129,252); }

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

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

 a { background-color: rgb(208,129,252); }

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

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

 span { border-color: rgb(208,129,252); }

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