#DD0DED

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

Shades of Psychedelic Purple #DD0DED

Tints of Psychedelic Purple #DD0DED

Color information

#DD0DED (or 0xDD0DED) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 0D and ED. RGB value is (221,13,237). Sum of RGB (Red+Green+Blue) = 221+13+237=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD0DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0DED is #22F212. Grayscale: #646464. Windows color (decimal): -2290195 or 15535581. OLE color: 15535581.

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

Color convert

RGB22113237-
CMYK0.070.9500.07
HSL295.71º89.6%49.02%-
HSV(B)295.71º94.51%92.94%-
XYZ45.2521.7781.94-
YUV100.73204.91213.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 13 (5.47% from 255) = 2.76%
BLUE value IS 237 (92.97% from 255) = 50.32%
R=46.92%
G=2.76%
B=50.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221132370.070.9500.07295.7189.649.02
HexDDDED75F071285a31
Octal3351535571370745013261
Binary11011101110111101101111101111101111001010001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0DED; }

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

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

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

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

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

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

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

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