Html Css Color HEX #DD00EA Psychedelic Purple

📋 copy color: '#DD00EA'

red 221 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #DD00EA

Tints of Psychedelic Purple #DD00EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 48.57%
G = 0%
B = 51.43%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD00EA (or 0xDD00EA) is known color: Psychedelic Purple. HEX triplet: DD, 00 and EA. RGB value is (221,0,234). Sum of RGB (Red+Green+Blue) = 221+0+234=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00EA is #22FF15. Grayscale: #5C5C5C. Windows color (decimal): -2293526 or 15335645. OLE color: 15335645.

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

Color convert

RGB 221 0 234 -
CMYK 0.06 1 0 0.08
HSL 296.67º 1% 0.46% -
HSV(B) 296.67º 1% 0.92% -
XYZ 44.67 21.31 79.6 -
YUV 92.76 207.72 219.47 -
System Red Green Blue C M Y K H S L
Decimal 221 0 234 0.06 1 0 0.08 296.67 1 0.46
Hex DD 0 EA 6 64 0 8 129 64 2E
Octal 335 0 352 6 144 0 10 451 144 56
Binary 11011101 0 11101010 110 1100100 0 1000 100101001 1100100 101110

Color Harmonies of #DD00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00EA

Black with #DD00EA

Text Example


Text Example

White with #DD00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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