#DD7DFE

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

Shades of Heliotrope #DD7DFE

Tints of Heliotrope #DD7DFE

Color information

#DD7DFE (or 0xDD7DFE) is unknown color: approx Heliotrope. HEX triplet: DD, 7D and FE. RGB value is (221,125,254). Sum of RGB (Red+Green+Blue) = 221+125+254=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DFE is #228201. Grayscale: #A7A7A7. Windows color (decimal): -2261506 or 16678365. OLE color: 16678365.

HSL color Cylindrical-coordinate representation of color #DD7DFE: hue angle of 284.65º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7DFE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221125254-
CMYK0.130.5100.00
HSL284.65º98.47%74.31%-
HSV(B)284.65º50.79%99.61%-
XYZ55.0437.298.04-
YUV168.41176.3165.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 125 (49.22% from 255) = 20.83%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=36.83%
G=20.83%
B=42.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211252540.130.5100.00284.6598.4774.31
HexDD7DFED330011d624a
Octal335175376156300435142112
Binary1101110111111011111111011011100110010001110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DFE; }

 p { color: rgb(221,125,254); }

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

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

 a { background-color: rgb(221,125,254); }

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

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

 span { border-color: rgb(221,125,254); }

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