Html Css Color HEX #DD1EEF Psychedelic Purple

📋 copy color: '#DD1EEF'

red 221 ◦ green 30 ◦ blue 239

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

Shades of Psychedelic Purple #DD1EEF

Tints of Psychedelic Purple #DD1EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.12%

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

R = 45.1%
G = 6.12%
B = 48.78%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD1EEF (or 0xDD1EEF) is known color: Psychedelic Purple. HEX triplet: DD, 1E and EF. RGB value is (221,30,239). Sum of RGB (Red+Green+Blue) = 221+30+239=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EEF is #22E110. Grayscale: #6E6E6E. Windows color (decimal): -2285841 or 15671005. OLE color: 15671005.

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

Color convert

RGB 221 30 239 -
CMYK 0.08 0.87 0 0.06
HSL 294.83º 0.87% 0.53% -
HSV(B) 294.83º 0.87% 0.94% -
XYZ 45.86 22.53 83.59 -
YUV 110.94 200.28 206.51 -
System Red Green Blue C M Y K H S L
Decimal 221 30 239 0.08 0.87 0 0.06 294.83 0.87 0.53
Hex DD 1E EF 8 57 0 6 127 57 35
Octal 335 36 357 10 127 0 6 447 127 65
Binary 11011101 11110 11101111 1000 1010111 0 110 100100111 1010111 110101

Color Harmonies of #DD1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EEF

Black with #DD1EEF

Text Example


Text Example

White with #DD1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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