#D084FF

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

Shades of Heliotrope #D084FF

Tints of Heliotrope #D084FF

Color information

#D084FF (or 0xD084FF) is unknown color: approx Heliotrope. HEX triplet: D0, 84 and FF. RGB value is (208,132,255). Sum of RGB (Red+Green+Blue) = 208+132+255=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D084FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084FF is #2F7B00. Grayscale: #A8A8A8. Windows color (decimal): -3111681 or 16745680. OLE color: 16745680.

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

Color convert

RGB208132255-
CMYK0.180.4800
HSL277.07º100%75.88%-
HSV(B)277.07º48.24%100%-
XYZ52.3137.1399.02-
YUV168.75176.68156-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 132 (51.95% from 255) = 22.18%
BLUE value IS 255 (100% from 255) = 42.86%
R=34.96%
G=22.18%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081322550.180.4800277.0710075.88
HexD084FF123000115644c
Octal320204377226000425144114
Binary110100001000010011111111100101100000010001010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084FF; }

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

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

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

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

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

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

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

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