#DD7EF8

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

Shades of Heliotrope #DD7EF8

Tints of Heliotrope #DD7EF8

Color information

#DD7EF8 (or 0xDD7EF8) is unknown color: approx Heliotrope. HEX triplet: DD, 7E and F8. RGB value is (221,126,248). Sum of RGB (Red+Green+Blue) = 221+126+248=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD7EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EF8 is #228107. Grayscale: #A7A7A7. Windows color (decimal): -2261256 or 16285405. OLE color: 16285405.

HSL color Cylindrical-coordinate representation of color #DD7EF8: hue angle of 286.72º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7EF8 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221126248-
CMYK0.110.4900.03
HSL286.72º89.71%73.33%-
HSV(B)286.72º49.19%97.25%-
XYZ54.2237.0793.1-
YUV168.31172.97165.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 126 (49.61% from 255) = 21.18%
BLUE value IS 248 (97.27% from 255) = 41.68%
R=37.14%
G=21.18%
B=41.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211262480.110.4900.03286.7289.7173.33
HexDD7EF8B310311f5a49
Octal335176370136103437132111
Binary11011101111111011111000101111000101110001111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EF8; }

 p { color: rgb(221,126,248); }

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

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

 a { background-color: rgb(221,126,248); }

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

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

 span { border-color: rgb(221,126,248); }

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