#DD7FE7

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

Shades of Violet #DD7FE7

Tints of Violet #DD7FE7

Color information

#DD7FE7 (or 0xDD7FE7) is unknown color: approx Violet. HEX triplet: DD, 7F and E7. RGB value is (221,127,231). Sum of RGB (Red+Green+Blue) = 221+127+231=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD7FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FE7 is #228018. Grayscale: #A6A6A6. Windows color (decimal): -2261017 or 15171549. OLE color: 15171549.

HSL color Cylindrical-coordinate representation of color #DD7FE7: hue angle of 294.23º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7FE7 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221127231-
CMYK0.040.4500.09
HSL294.23º68.42%70.2%-
HSV(B)294.23º45.02%90.59%-
XYZ51.8336.3279.88-
YUV166.96164.14166.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 127 (50% from 255) = 21.93%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=38.17%
G=21.93%
B=39.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211272310.040.4500.09294.2368.4270.2
HexDD7FE742D091264446
Octal335177347455011446104106
Binary110111011111111111001111001011010100110010011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FE7; }

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

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

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

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

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

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

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

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