#DD69EF

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

Shades of Heliotrope #DD69EF

Tints of Heliotrope #DD69EF

Color information

#DD69EF (or 0xDD69EF) is unknown color: approx Heliotrope. HEX triplet: DD, 69 and EF. RGB value is (221,105,239). Sum of RGB (Red+Green+Blue) = 221+105+239=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69EF is #229610. Grayscale: #9A9A9A. Windows color (decimal): -2266641 or 15690205. OLE color: 15690205.

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

Color convert

RGB221105239-
CMYK0.080.5600.06
HSL291.94º80.72%67.45%-
HSV(B)291.94º56.07%93.73%-
XYZ50.4531.7185.12-
YUV154.96175.43175.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=39.12%
G=18.58%
B=42.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211052390.080.5600.06291.9480.7267.45
HexDD69EF838061245143
Octal335151357107006444121103
Binary110111011101001111011111000111000011010010010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69EF; }

 p { color: rgb(221,105,239); }

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

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

 a { background-color: rgb(221,105,239); }

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

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

 span { border-color: rgb(221,105,239); }

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