Html Css Color HEX #DD0EEF Psychedelic Purple

📋 copy color: '#DD0EEF'

red 221 ◦ green 14 ◦ blue 239

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

Shades of Psychedelic Purple #DD0EEF

Tints of Psychedelic Purple #DD0EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 46.62%
G = 2.95%
B = 50.42%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD0EEF (or 0xDD0EEF) is known color: Psychedelic Purple. HEX triplet: DD, 0E and EF. RGB value is (221,14,239). Sum of RGB (Red+Green+Blue) = 221+14+239=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD0EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EEF is #22F110. Grayscale: #646464. Windows color (decimal): -2289937 or 15666909. OLE color: 15666909.

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

Color convert

RGB 221 14 239 -
CMYK 0.08 0.94 0 0.06
HSL 295.2º 0.89% 0.5% -
HSV(B) 295.2º 0.94% 0.94% -
XYZ 45.56 21.92 83.49 -
YUV 101.54 205.58 213.2 -
System Red Green Blue C M Y K H S L
Decimal 221 14 239 0.08 0.94 0 0.06 295.2 0.89 0.5
Hex DD E EF 8 5E 0 6 127 59 32
Octal 335 16 357 10 136 0 6 447 131 62
Binary 11011101 1110 11101111 1000 1011110 0 110 100100111 1011001 110010

Color Harmonies of #DD0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0EEF

Black with #DD0EEF

Text Example


Text Example

White with #DD0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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