#DD92F6

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

Shades of Heliotrope #DD92F6

Tints of Heliotrope #DD92F6

Color information

#DD92F6 (or 0xDD92F6) is unknown color: approx Heliotrope. HEX triplet: DD, 92 and F6. RGB value is (221,146,246). Sum of RGB (Red+Green+Blue) = 221+146+246=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD92F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92F6 is #226D09. Grayscale: #B3B3B3. Windows color (decimal): -2256138 or 16159453. OLE color: 16159453.

HSL color Cylindrical-coordinate representation of color #DD92F6: hue angle of 285º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD92F6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221146246-
CMYK0.100.4100.04
HSL285º84.75%76.86%-
HSV(B)285º40.65%96.47%-
XYZ56.7342.5892.42-
YUV179.82165.35157.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 146 (57.42% from 255) = 23.82%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=36.05%
G=23.82%
B=40.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211462460.100.4100.0428584.7576.86
HexDD92F6A290411d554d
Octal335222366125104435125115
Binary1101110110010010111101101010101001010010001110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92F6; }

 p { color: rgb(221,146,246); }

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

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

 a { background-color: rgb(221,146,246); }

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

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

 span { border-color: rgb(221,146,246); }

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