Html Css Color HEX #DD2EEF Psychedelic Purple

📋 copy color: '#DD2EEF'

red 221 ◦ green 46 ◦ blue 239

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

Shades of Psychedelic Purple #DD2EEF

Tints of Psychedelic Purple #DD2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.09%

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

R = 43.68%
G = 9.09%
B = 47.23%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD2EEF (or 0xDD2EEF) is known color: Psychedelic Purple. HEX triplet: DD, 2E and EF. RGB value is (221,46,239). Sum of RGB (Red+Green+Blue) = 221+46+239=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 46 (18.36% from 255 or 9.09% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2EEF is #22D110. Grayscale: #777777. Windows color (decimal): -2281745 or 15675101. OLE color: 15675101.

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

Color convert

RGB 221 46 239 -
CMYK 0.08 0.81 0 0.06
HSL 294.4º 0.86% 0.56% -
HSV(B) 294.4º 0.81% 0.94% -
XYZ 46.38 23.56 83.76 -
YUV 120.33 194.98 199.81 -
System Red Green Blue C M Y K H S L
Decimal 221 46 239 0.08 0.81 0 0.06 294.4 0.86 0.56
Hex DD 2E EF 8 51 0 6 126 56 38
Octal 335 56 357 10 121 0 6 446 126 70
Binary 11011101 101110 11101111 1000 1010001 0 110 100100110 1010110 111000

Color Harmonies of #DD2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2EEF

Black with #DD2EEF

Text Example


Text Example

White with #DD2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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