Html Css Color HEX #DD0EED Psychedelic Purple

📋 copy color: '#DD0EED'

red 221 ◦ green 14 ◦ blue 237

#DD0EED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DD0EED

Tints of Psychedelic Purple #DD0EED

RGB

 RED value IS 221 (86.72% from 255) = 46.82%

 GREEN value IS 14 (5.86% from 255) = 2.97%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 46.82%
G = 2.97%
B = 50.21%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD0EED (or 0xDD0EED) is known color: Psychedelic Purple. HEX triplet: DD, 0E and ED. RGB value is (221,14,237). Sum of RGB (Red+Green+Blue) = 221+14+237=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EED is #22F112. Grayscale: #646464. Windows color (decimal): -2289939 or 15535837. OLE color: 15535837.

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

Color convert

RGB 221 14 237 -
CMYK 0.07 0.94 0 0.07
HSL 295.7º 0.89% 0.49% -
HSV(B) 295.7º 0.94% 0.93% -
XYZ 45.26 21.8 81.94 -
YUV 101.32 204.58 213.37 -
System Red Green Blue C M Y K H S L
Decimal 221 14 237 0.07 0.94 0 0.07 295.7 0.89 0.49
Hex DD E ED 7 5E 0 7 128 59 31
Octal 335 16 355 7 136 0 7 450 131 61
Binary 11011101 1110 11101101 111 1011110 0 111 100101000 1011001 110001

Color Harmonies of #DD0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0EED

Black with #DD0EED

Text Example


Text Example

White with #DD0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0EED; }

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

 H1.HeaderClassName
 {
   color: #DD0EED;
 }
 .AnyTagClassName
 {
   color: #DD0EED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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