Html Css Color HEX #DD00ED Psychedelic Purple

📋 copy color: '#DD00ED'

red 221 ◦ green 0 ◦ blue 237

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

Shades of Psychedelic Purple #DD00ED

Tints of Psychedelic Purple #DD00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.25%
G = 0%
B = 51.75%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD00ED (or 0xDD00ED) is known color: Psychedelic Purple. HEX triplet: DD, 00 and ED. RGB value is (221,0,237). Sum of RGB (Red+Green+Blue) = 221+0+237=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00ED is #22FF12. Grayscale: #5C5C5C. Windows color (decimal): -2293523 or 15532253. OLE color: 15532253.

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

Color convert

RGB 221 0 237 -
CMYK 0.07 1 0 0.07
HSL 295.95º 1% 0.46% -
HSV(B) 295.95º 1% 0.93% -
XYZ 45.1 21.49 81.89 -
YUV 93.1 209.22 219.23 -
System Red Green Blue C M Y K H S L
Decimal 221 0 237 0.07 1 0 0.07 295.95 1 0.46
Hex DD 0 ED 7 64 0 7 128 64 2E
Octal 335 0 355 7 144 0 7 450 144 56
Binary 11011101 0 11101101 111 1100100 0 111 100101000 1100100 101110

Color Harmonies of #DD00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00ED

Black with #DD00ED

Text Example


Text Example

White with #DD00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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