Html Css Color HEX #DD05ED Psychedelic Purple

📋 copy color: '#DD05ED'

red 221 ◦ green 5 ◦ blue 237

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

Shades of Psychedelic Purple #DD05ED

Tints of Psychedelic Purple #DD05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

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

R = 47.73%
G = 1.08%
B = 51.19%

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

#DD05ED (or 0xDD05ED) is known color: Psychedelic Purple. HEX triplet: DD, 05 and ED. RGB value is (221,5,237). Sum of RGB (Red+Green+Blue) = 221+5+237=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 5 (2.34% from 255 or 1.08% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD05ED is #22FA12. Grayscale: #5F5F5F. Windows color (decimal): -2292243 or 15533533. OLE color: 15533533.

HSL color Cylindrical-coordinate representation of color #DD05ED: hue angle of 295.86º degrees, saturation: 0.96, 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 #DD05ED is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 5 237 -
CMYK 0.07 0.98 0 0.07
HSL 295.86º 0.96% 0.47% -
HSV(B) 295.86º 0.98% 0.93% -
XYZ 45.16 21.6 81.91 -
YUV 96.03 207.56 217.14 -
System Red Green Blue C M Y K H S L
Decimal 221 5 237 0.07 0.98 0 0.07 295.86 0.96 0.47
Hex DD 5 ED 7 62 0 7 128 60 2F
Octal 335 5 355 7 142 0 7 450 140 57
Binary 11011101 101 11101101 111 1100010 0 111 100101000 1100000 101111

Color Harmonies of #DD05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05ED

Black with #DD05ED

Text Example


Text Example

White with #DD05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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