#DD7FEC

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

Shades of Violet #DD7FEC

Tints of Violet #DD7FEC

Color information

#DD7FEC (or 0xDD7FEC) is unknown color: approx Violet. HEX triplet: DD, 7F and EC. RGB value is (221,127,236). Sum of RGB (Red+Green+Blue) = 221+127+236=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FEC is #228013. Grayscale: #A7A7A7. Windows color (decimal): -2261012 or 15499229. OLE color: 15499229.

HSL color Cylindrical-coordinate representation of color #DD7FEC: hue angle of 291.74º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7FEC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221127236-
CMYK0.060.4600.07
HSL291.74º74.15%71.18%-
HSV(B)291.74º46.19%92.55%-
XYZ52.5536.6183.65-
YUV167.53166.64166.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 127 (50% from 255) = 21.75%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=37.84%
G=21.75%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211272360.060.4600.07291.7474.1571.18
HexDD7FEC62E071244a47
Octal33517735465607444112107
Binary11011101111111111101100110101110011110010010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FEC; }

 p { color: rgb(221,127,236); }

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

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

 a { background-color: rgb(221,127,236); }

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

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

 span { border-color: rgb(221,127,236); }

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