#DF7DFD

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

Shades of Heliotrope #DF7DFD

Tints of Heliotrope #DF7DFD

Color information

#DF7DFD (or 0xDF7DFD) is unknown color: approx Heliotrope. HEX triplet: DF, 7D and FD. RGB value is (223,125,253). Sum of RGB (Red+Green+Blue) = 223+125+253=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DFD is #208202. Grayscale: #A8A8A8. Windows color (decimal): -2130435 or 16612831. OLE color: 16612831.

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

Color convert

RGB223125253-
CMYK0.120.5100.01
HSL285.94º96.97%74.12%-
HSV(B)285.94º50.59%99.22%-
XYZ55.4937.4597.23-
YUV168.89175.47166.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=37.10%
G=20.80%
B=42.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231252530.120.5100.01285.9496.9774.12
HexDF7DFDC330111e614a
Octal337175375146301436141112
Binary1101111111111011111110111001100110110001111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DFD; }

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

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

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

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

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

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

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

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