#DC74EF

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

Shades of Heliotrope #DC74EF

Tints of Heliotrope #DC74EF

Color information

#DC74EF (or 0xDC74EF) is unknown color: approx Heliotrope. HEX triplet: DC, 74 and EF. RGB value is (220,116,239). Sum of RGB (Red+Green+Blue) = 220+116+239=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC74EF is #238B10. Grayscale: #A0A0A0. Windows color (decimal): -2329361 or 15693020. OLE color: 15693020.

HSL color Cylindrical-coordinate representation of color #DC74EF: hue angle of 290.73º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC74EF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220116239-
CMYK0.080.5100.06
HSL290.73º79.35%69.61%-
HSV(B)290.73º51.46%93.73%-
XYZ51.3433.9485.51-
YUV161.12171.96170-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 116 (45.70% from 255) = 20.17%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=38.26%
G=20.17%
B=41.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201162390.080.5100.06290.7379.3569.61
HexDC74EF833061234f46
Octal334164357106306443117106
Binary110111001110100111011111000110011011010010001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74EF; }

 p { color: rgb(220,116,239); }

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

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

 a { background-color: rgb(220,116,239); }

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

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

 span { border-color: rgb(220,116,239); }

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