#DD68F0

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

Shades of Heliotrope #DD68F0

Tints of Heliotrope #DD68F0

Color information

#DD68F0 (or 0xDD68F0) is unknown color: approx Heliotrope. HEX triplet: DD, 68 and F0. RGB value is (221,104,240). Sum of RGB (Red+Green+Blue) = 221+104+240=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68F0 is #22970F. Grayscale: #9A9A9A. Windows color (decimal): -2266896 or 15755485. OLE color: 15755485.

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

Color convert

RGB221104240-
CMYK0.080.5700.06
HSL291.62º81.93%67.45%-
HSV(B)291.62º56.67%94.12%-
XYZ50.531.5685.87-
YUV154.49176.26175.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 104 (41.02% from 255) = 18.41%
BLUE value IS 240 (94.14% from 255) = 42.48%
R=39.12%
G=18.41%
B=42.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211042400.080.5700.06291.6281.9367.45
HexDD68F0839061245243
Octal335150360107106444122103
Binary110111011101000111100001000111001011010010010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD68F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD68F0; }

 p { color: rgb(221,104,240); }

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

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

 a { background-color: rgb(221,104,240); }

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

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

 span { border-color: rgb(221,104,240); }

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