#DF0DE7

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

Shades of Psychedelic Purple #DF0DE7

Tints of Psychedelic Purple #DF0DE7

Color information

#DF0DE7 (or 0xDF0DE7) is unknown color: approx Psychedelic Purple. HEX triplet: DF, 0D and E7. RGB value is (223,13,231). Sum of RGB (Red+Green+Blue) = 223+13+231=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF0DE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0DE7 is #20F218. Grayscale: #636363. Windows color (decimal): -2159129 or 15142367. OLE color: 15142367.

HSL color Cylindrical-coordinate representation of color #DF0DE7: hue angle of 297.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DE7 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22313231-
CMYK0.030.9400.09
HSL297.8º89.34%47.84%-
HSV(B)297.8º94.37%90.59%-
XYZ4521.7577.43-
YUV100.64201.57215.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.75%
GREEN value IS 13 (5.47% from 255) = 2.78%
BLUE value IS 231 (90.62% from 255) = 49.46%
R=47.75%
G=2.78%
B=49.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal223132310.030.9400.09297.889.3447.84
HexDFDE735E0912a5930
Octal33715347313601145213160
Binary11011111110111100111111011110010011001010101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0DE7; }

 p { color: rgb(223,13,231); }

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

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

 a { background-color: rgb(223,13,231); }

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

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

 span { border-color: rgb(223,13,231); }

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