Html Css Color HEX #DD04ED Psychedelic Purple

📋 copy color: '#DD04ED'

red 221 ◦ green 4 ◦ blue 237

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

Shades of Psychedelic Purple #DD04ED

Tints of Psychedelic Purple #DD04ED

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.87%

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

R = 47.84%
G = 0.87%
B = 51.3%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD04ED (or 0xDD04ED) is known color: Psychedelic Purple. HEX triplet: DD, 04 and ED. RGB value is (221,4,237). Sum of RGB (Red+Green+Blue) = 221+4+237=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 4 (1.95% from 255 or 0.87% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD04ED is #22FB12. Grayscale: #5E5E5E. Windows color (decimal): -2292499 or 15533277. OLE color: 15533277.

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

Color convert

RGB 221 4 237 -
CMYK 0.07 0.98 0 0.07
HSL 295.88º 0.97% 0.47% -
HSV(B) 295.88º 0.98% 0.93% -
XYZ 45.15 21.57 81.91 -
YUV 95.45 207.89 217.55 -
System Red Green Blue C M Y K H S L
Decimal 221 4 237 0.07 0.98 0 0.07 295.88 0.97 0.47
Hex DD 4 ED 7 62 0 7 128 61 2F
Octal 335 4 355 7 142 0 7 450 141 57
Binary 11011101 100 11101101 111 1100010 0 111 100101000 1100001 101111

Color Harmonies of #DD04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04ED

Black with #DD04ED

Text Example


Text Example

White with #DD04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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