#DD92FA

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

Shades of Heliotrope #DD92FA

Tints of Heliotrope #DD92FA

Color information

#DD92FA (or 0xDD92FA) is unknown color: approx Heliotrope. HEX triplet: DD, 92 and FA. RGB value is (221,146,250). Sum of RGB (Red+Green+Blue) = 221+146+250=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92FA is #226D05. Grayscale: #B3B3B3. Windows color (decimal): -2256134 or 16421597. OLE color: 16421597.

HSL color Cylindrical-coordinate representation of color #DD92FA: hue angle of 283.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD92FA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221146250-
CMYK0.120.4200.02
HSL283.27º91.23%77.65%-
HSV(B)283.27º41.6%98.04%-
XYZ57.3542.8395.69-
YUV180.28167.35157.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 146 (57.42% from 255) = 23.66%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=35.82%
G=23.66%
B=40.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211462500.120.4200.02283.2791.2377.65
HexDD92FAC2A0211b5b4e
Octal335222372145202433133116
Binary110111011001001011111010110010101001010001101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92FA; }

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

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

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

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

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

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

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

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