#DC8DFB

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

Shades of Heliotrope #DC8DFB

Tints of Heliotrope #DC8DFB

Color information

#DC8DFB (or 0xDC8DFB) is unknown color: approx Heliotrope. HEX triplet: DC, 8D and FB. RGB value is (220,141,251). Sum of RGB (Red+Green+Blue) = 220+141+251=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DFB is #237204. Grayscale: #B0B0B0. Windows color (decimal): -2322949 or 16485852. OLE color: 16485852.

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

Color convert

RGB220141251-
CMYK0.120.4400.02
HSL283.09º93.22%76.86%-
HSV(B)283.09º43.82%98.43%-
XYZ56.4541.2396.25-
YUV177.16169.67158.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 141 (55.47% from 255) = 23.04%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=35.95%
G=23.04%
B=41.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201412510.120.4400.02283.0993.2276.86
HexDC8DFBC2C0211b5d4d
Octal334215373145402433135115
Binary110111001000110111111011110010110001010001101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DFB; }

 p { color: rgb(220,141,251); }

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

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

 a { background-color: rgb(220,141,251); }

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

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

 span { border-color: rgb(220,141,251); }

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