Html Css Color HEX #DD22ED Psychedelic Purple

📋 copy color: '#DD22ED'

red 221 ◦ green 34 ◦ blue 237

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

Shades of Psychedelic Purple #DD22ED

Tints of Psychedelic Purple #DD22ED

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.91%

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

R = 44.92%
G = 6.91%
B = 48.17%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD22ED (or 0xDD22ED) is known color: Psychedelic Purple. HEX triplet: DD, 22 and ED. RGB value is (221,34,237). Sum of RGB (Red+Green+Blue) = 221+34+237=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 34 (13.67% from 255 or 6.91% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD22ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD22ED is #22DD12. Grayscale: #707070. Windows color (decimal): -2284819 or 15540957. OLE color: 15540957.

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

Color convert

RGB 221 34 237 -
CMYK 0.07 0.86 0 0.07
HSL 295.27º 0.85% 0.53% -
HSV(B) 295.27º 0.86% 0.93% -
XYZ 45.68 22.63 82.08 -
YUV 113.06 197.95 204.99 -
System Red Green Blue C M Y K H S L
Decimal 221 34 237 0.07 0.86 0 0.07 295.27 0.85 0.53
Hex DD 22 ED 7 56 0 7 127 55 35
Octal 335 42 355 7 126 0 7 447 125 65
Binary 11011101 100010 11101101 111 1010110 0 111 100100111 1010101 110101

Color Harmonies of #DD22ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD22ED

Black with #DD22ED

Text Example


Text Example

White with #DD22ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD22ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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