Html Css Color HEX #DD02ED Psychedelic Purple

📋 copy color: '#DD02ED'

red 221 ◦ green 2 ◦ blue 237

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

Shades of Psychedelic Purple #DD02ED

Tints of Psychedelic Purple #DD02ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

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

R = 48.04%
G = 0.43%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD02ED (or 0xDD02ED) is known color: Psychedelic Purple. HEX triplet: DD, 02 and ED. RGB value is (221,2,237). Sum of RGB (Red+Green+Blue) = 221+2+237=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 2 (1.17% from 255 or 0.43% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD02ED is #22FD12. Grayscale: #5D5D5D. Windows color (decimal): -2293011 or 15532765. OLE color: 15532765.

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

Color convert

RGB 221 2 237 -
CMYK 0.07 0.99 0 0.07
HSL 295.91º 0.98% 0.47% -
HSV(B) 295.91º 0.99% 0.93% -
XYZ 45.13 21.53 81.9 -
YUV 94.27 208.55 218.39 -
System Red Green Blue C M Y K H S L
Decimal 221 2 237 0.07 0.99 0 0.07 295.91 0.98 0.47
Hex DD 2 ED 7 63 0 7 128 62 2F
Octal 335 2 355 7 143 0 7 450 142 57
Binary 11011101 10 11101101 111 1100011 0 111 100101000 1100010 101111

Color Harmonies of #DD02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02ED

Black with #DD02ED

Text Example


Text Example

White with #DD02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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