Html Css Color HEX #DD0EEE Psychedelic Purple

📋 copy color: '#DD0EEE'

red 221 ◦ green 14 ◦ blue 238

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

Shades of Psychedelic Purple #DD0EEE

Tints of Psychedelic Purple #DD0EEE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.96%

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 46.72%
G = 2.96%
B = 50.32%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD0EEE (or 0xDD0EEE) is known color: Psychedelic Purple. HEX triplet: DD, 0E and EE. RGB value is (221,14,238). Sum of RGB (Red+Green+Blue) = 221+14+238=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EEE is #22F111. Grayscale: #646464. Windows color (decimal): -2289938 or 15601373. OLE color: 15601373.

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

Color convert

RGB 221 14 238 -
CMYK 0.07 0.94 0 0.07
HSL 295.45º 0.89% 0.49% -
HSV(B) 295.45º 0.94% 0.93% -
XYZ 45.41 21.86 82.71 -
YUV 101.43 205.08 213.29 -
System Red Green Blue C M Y K H S L
Decimal 221 14 238 0.07 0.94 0 0.07 295.45 0.89 0.49
Hex DD E EE 7 5E 0 7 127 59 31
Octal 335 16 356 7 136 0 7 447 131 61
Binary 11011101 1110 11101110 111 1011110 0 111 100100111 1011001 110001

Color Harmonies of #DD0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0EEE

Black with #DD0EEE

Text Example


Text Example

White with #DD0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0EEE; }

 p { color: rgb(221,14,238); }

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

background-color css

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

 a { background-color: rgb(221,14,238); }

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

border-color css

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

 span { border-color: rgb(221,14,238); }

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