#DD6FEB

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

Shades of Heliotrope #DD6FEB

Tints of Heliotrope #DD6FEB

Color information

#DD6FEB (or 0xDD6FEB) is unknown color: approx Heliotrope. HEX triplet: DD, 6F and EB. RGB value is (221,111,235). Sum of RGB (Red+Green+Blue) = 221+111+235=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FEB is #229014. Grayscale: #9D9D9D. Windows color (decimal): -2265109 or 15429597. OLE color: 15429597.

HSL color Cylindrical-coordinate representation of color #DD6FEB: hue angle of 293.23º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6FEB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221111235-
CMYK0.060.5300.08
HSL293.23º75.61%67.84%-
HSV(B)293.23º52.77%92.16%-
XYZ50.532.7482.25-
YUV158.03171.44172.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 111 (43.75% from 255) = 19.58%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=38.98%
G=19.58%
B=41.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211112350.060.5300.08293.2375.6167.84
HexDD6FEB635081254c44
Octal335157353665010445114104
Binary110111011101111111010111101101010100010010010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FEB; }

 p { color: rgb(221,111,235); }

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

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

 a { background-color: rgb(221,111,235); }

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

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

 span { border-color: rgb(221,111,235); }

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