#DC6FEA

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

Shades of Heliotrope #DC6FEA

Tints of Heliotrope #DC6FEA

Color information

#DC6FEA (or 0xDC6FEA) is unknown color: approx Heliotrope. HEX triplet: DC, 6F and EA. RGB value is (220,111,234). Sum of RGB (Red+Green+Blue) = 220+111+234=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FEA is #239015. Grayscale: #9D9D9D. Windows color (decimal): -2330646 or 15364060. OLE color: 15364060.

HSL color Cylindrical-coordinate representation of color #DC6FEA: hue angle of 293.17º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6FEA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220111234-
CMYK0.060.5300.08
HSL293.17º74.55%67.65%-
HSV(B)293.17º52.56%91.76%-
XYZ50.0532.5381.48-
YUV157.61171.11172.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 111 (43.75% from 255) = 19.65%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=38.94%
G=19.65%
B=41.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201112340.060.5300.08293.1774.5567.65
HexDC6FEA635081254b44
Octal334157352665010445113104
Binary110111001101111111010101101101010100010010010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FEA; }

 p { color: rgb(220,111,234); }

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

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

 a { background-color: rgb(220,111,234); }

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

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

 span { border-color: rgb(220,111,234); }

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