#DD6DEE

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

Shades of Heliotrope #DD6DEE

Tints of Heliotrope #DD6DEE

Color information

#DD6DEE (or 0xDD6DEE) is unknown color: approx Heliotrope. HEX triplet: DD, 6D and EE. RGB value is (221,109,238). Sum of RGB (Red+Green+Blue) = 221+109+238=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DEE is #229211. Grayscale: #9C9C9C. Windows color (decimal): -2265618 or 15625693. OLE color: 15625693.

HSL color Cylindrical-coordinate representation of color #DD6DEE: hue angle of 292.09º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6DEE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221109238-
CMYK0.070.5400.07
HSL292.09º79.14%68.04%-
HSV(B)292.09º54.2%93.33%-
XYZ50.7232.4884.49-
YUV157.19173.61173.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 109 (42.97% from 255) = 19.19%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=38.91%
G=19.19%
B=41.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211092380.070.5400.07292.0979.1468.04
HexDD6DEE736071244f44
Octal33515535676607444117104
Binary11011101110110111101110111110110011110010010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DEE; }

 p { color: rgb(221,109,238); }

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

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

 a { background-color: rgb(221,109,238); }

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

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

 span { border-color: rgb(221,109,238); }

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