#DD7DED

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

Shades of Violet #DD7DED

Tints of Violet #DD7DED

Color information

#DD7DED (or 0xDD7DED) is unknown color: approx Violet. HEX triplet: DD, 7D and ED. RGB value is (221,125,237). Sum of RGB (Red+Green+Blue) = 221+125+237=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DED is #228212. Grayscale: #A6A6A6. Windows color (decimal): -2261523 or 15564253. OLE color: 15564253.

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

Color convert

RGB221125237-
CMYK0.070.4700.07
HSL291.43º75.68%70.98%-
HSV(B)291.43º47.26%92.94%-
XYZ52.4436.1584.34-
YUV166.47167.8166.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=37.91%
G=21.44%
B=40.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211252370.070.4700.07291.4375.6870.98
HexDD7DED72F071234c47
Octal33517535575707443114107
Binary11011101111110111101101111101111011110010001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DED; }

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

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

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

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

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

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

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

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