Html Css Color HEX #DD18EF Psychedelic Purple

📋 copy color: '#DD18EF'

red 221 ◦ green 24 ◦ blue 239

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

Shades of Psychedelic Purple #DD18EF

Tints of Psychedelic Purple #DD18EF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.96%

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

R = 45.66%
G = 4.96%
B = 49.38%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD18EF (or 0xDD18EF) is known color: Psychedelic Purple. HEX triplet: DD, 18 and EF. RGB value is (221,24,239). Sum of RGB (Red+Green+Blue) = 221+24+239=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD18EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18EF is #22E710. Grayscale: #6A6A6A. Windows color (decimal): -2287377 or 15669469. OLE color: 15669469.

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

Color convert

RGB 221 24 239 -
CMYK 0.08 0.90 0 0.06
HSL 294.98º 0.87% 0.52% -
HSV(B) 294.98º 0.9% 0.94% -
XYZ 45.73 22.26 83.55 -
YUV 107.41 202.27 209.02 -
System Red Green Blue C M Y K H S L
Decimal 221 24 239 0.08 0.90 0 0.06 294.98 0.87 0.52
Hex DD 18 EF 8 5A 0 6 127 57 34
Octal 335 30 357 10 132 0 6 447 127 64
Binary 11011101 11000 11101111 1000 1011010 0 110 100100111 1010111 110100

Color Harmonies of #DD18EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18EF

Black with #DD18EF

Text Example


Text Example

White with #DD18EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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