#DF92FD

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

Shades of Heliotrope #DF92FD

Tints of Heliotrope #DF92FD

Color information

#DF92FD (or 0xDF92FD) is unknown color: approx Heliotrope. HEX triplet: DF, 92 and FD. RGB value is (223,146,253). Sum of RGB (Red+Green+Blue) = 223+146+253=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF92FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92FD is #206D02. Grayscale: #B4B4B4. Windows color (decimal): -2125059 or 16618207. OLE color: 16618207.

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

Color convert

RGB223146253-
CMYK0.120.4200.01
HSL283.18º96.4%78.24%-
HSV(B)283.18º42.29%99.22%-
XYZ58.4443.3498.21-
YUV181.22168.51157.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 146 (57.42% from 255) = 23.47%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=35.85%
G=23.47%
B=40.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231462530.120.4200.01283.1896.478.24
HexDF92FDC2A0111b604e
Octal337222375145201433140116
Binary11011111100100101111110111001010100110001101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92FD; }

 p { color: rgb(223,146,253); }

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

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

 a { background-color: rgb(223,146,253); }

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

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

 span { border-color: rgb(223,146,253); }

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