Html Css Color HEX #DD18EA Psychedelic Purple

📋 copy color: '#DD18EA'

red 221 ◦ green 24 ◦ blue 234

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

Shades of Psychedelic Purple #DD18EA

Tints of Psychedelic Purple #DD18EA

RGB

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

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

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

R = 46.14%
G = 5.01%
B = 48.85%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD18EA (or 0xDD18EA) is known color: Psychedelic Purple. HEX triplet: DD, 18 and EA. RGB value is (221,24,234). Sum of RGB (Red+Green+Blue) = 221+24+234=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18EA is #22E715. Grayscale: #6A6A6A. Windows color (decimal): -2287382 or 15341789. OLE color: 15341789.

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

Color convert

RGB 221 24 234 -
CMYK 0.06 0.90 0 0.08
HSL 296.29º 0.83% 0.51% -
HSV(B) 296.29º 0.9% 0.92% -
XYZ 45 21.97 79.71 -
YUV 106.84 199.77 209.42 -
System Red Green Blue C M Y K H S L
Decimal 221 24 234 0.06 0.90 0 0.08 296.29 0.83 0.51
Hex DD 18 EA 6 5A 0 8 128 53 33
Octal 335 30 352 6 132 0 10 450 123 63
Binary 11011101 11000 11101010 110 1011010 0 1000 100101000 1010011 110011

Color Harmonies of #DD18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18EA

Black with #DD18EA

Text Example


Text Example

White with #DD18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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