#DC65EE

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

Shades of Heliotrope #DC65EE

Tints of Heliotrope #DC65EE

Color information

#DC65EE (or 0xDC65EE) is unknown color: approx Heliotrope. HEX triplet: DC, 65 and EE. RGB value is (220,101,238). Sum of RGB (Red+Green+Blue) = 220+101+238=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65EE is #239A11. Grayscale: #979797. Windows color (decimal): -2333202 or 15623644. OLE color: 15623644.

HSL color Cylindrical-coordinate representation of color #DC65EE: hue angle of 292.12º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC65EE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220101238-
CMYK0.080.5800.07
HSL292.12º80.12%66.47%-
HSV(B)292.12º57.56%93.33%-
XYZ49.630.784.2-
YUV152.2176.42176.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 101 (39.84% from 255) = 18.07%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=39.36%
G=18.07%
B=42.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201012380.080.5800.07292.1280.1266.47
HexDC65EE83A071245042
Octal334145356107207444120102
Binary110111001100101111011101000111010011110010010010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC65EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC65EE; }

 p { color: rgb(220,101,238); }

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

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

 a { background-color: rgb(220,101,238); }

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

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

 span { border-color: rgb(220,101,238); }

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