#DC80F9

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

Shades of Heliotrope #DC80F9

Tints of Heliotrope #DC80F9

Color information

#DC80F9 (or 0xDC80F9) is unknown color: approx Heliotrope. HEX triplet: DC, 80 and F9. RGB value is (220,128,249). Sum of RGB (Red+Green+Blue) = 220+128+249=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80F9 is #237F06. Grayscale: #A8A8A8. Windows color (decimal): -2326279 or 16351452. OLE color: 16351452.

HSL color Cylindrical-coordinate representation of color #DC80F9: hue angle of 285.62º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC80F9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220128249-
CMYK0.120.4900.02
HSL285.62º90.98%73.92%-
HSV(B)285.62º48.59%97.65%-
XYZ54.3337.4994-
YUV169.3172.98164.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 128 (50.39% from 255) = 21.44%
BLUE value IS 249 (97.66% from 255) = 41.71%
R=36.85%
G=21.44%
B=41.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201282490.120.4900.02285.6290.9873.92
HexDC80F9C310211e5b4a
Octal334200371146102436133112
Binary110111001000000011111001110011000101010001111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC80F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC80F9; }

 p { color: rgb(220,128,249); }

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

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

 a { background-color: rgb(220,128,249); }

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

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

 span { border-color: rgb(220,128,249); }

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