#DD69EE

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

Shades of Heliotrope #DD69EE

Tints of Heliotrope #DD69EE

Color information

#DD69EE (or 0xDD69EE) is unknown color: approx Heliotrope. HEX triplet: DD, 69 and EE. RGB value is (221,105,238). Sum of RGB (Red+Green+Blue) = 221+105+238=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD69EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD69EE is #229611. Grayscale: #9A9A9A. Windows color (decimal): -2266642 or 15624669. OLE color: 15624669.

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

Color convert

RGB221105238-
CMYK0.070.5600.07
HSL292.33º79.64%67.25%-
HSV(B)292.33º55.88%93.33%-
XYZ50.331.6584.35-
YUV154.85174.93175.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.18%
GREEN value IS 105 (41.41% from 255) = 18.62%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=39.18%
G=18.62%
B=42.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211052380.070.5600.07292.3379.6467.25
HexDD69EE738071245043
Octal33515135677007444120103
Binary11011101110100111101110111111000011110010010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD69EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD69EE; }

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

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

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

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

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

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

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

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