#DC69F2

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

Shades of Heliotrope #DC69F2

Tints of Heliotrope #DC69F2

Color information

#DC69F2 (or 0xDC69F2) is unknown color: approx Heliotrope. HEX triplet: DC, 69 and F2. RGB value is (220,105,242). Sum of RGB (Red+Green+Blue) = 220+105+242=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC69F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69F2 is #23960D. Grayscale: #9A9A9A. Windows color (decimal): -2332174 or 15886812. OLE color: 15886812.

HSL color Cylindrical-coordinate representation of color #DC69F2: hue angle of 290.36º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC69F2 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220105242-
CMYK0.090.5700.05
HSL290.36º84.05%68.04%-
HSV(B)290.36º56.61%94.9%-
XYZ50.5931.7387.46-
YUV155177.1174.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 105 (41.41% from 255) = 18.52%
BLUE value IS 242 (94.92% from 255) = 42.68%
R=38.80%
G=18.52%
B=42.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201052420.090.5700.05290.3684.0568.04
HexDC69F2939051225444
Octal334151362117105442124104
Binary110111001101001111100101001111001010110010001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC69F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC69F2; }

 p { color: rgb(220,105,242); }

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

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

 a { background-color: rgb(220,105,242); }

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

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

 span { border-color: rgb(220,105,242); }

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