Html Css Color HEX #DD11EB Psychedelic Purple

📋 copy color: '#DD11EB'

red 221 ◦ green 17 ◦ blue 235

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

Shades of Psychedelic Purple #DD11EB

Tints of Psychedelic Purple #DD11EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 46.72%
G = 3.59%
B = 49.68%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD11EB (or 0xDD11EB) is known color: Psychedelic Purple. HEX triplet: DD, 11 and EB. RGB value is (221,17,235). Sum of RGB (Red+Green+Blue) = 221+17+235=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD11EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11EB is #22EE14. Grayscale: #666666. Windows color (decimal): -2289173 or 15405533. OLE color: 15405533.

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

Color convert

RGB 221 17 235 -
CMYK 0.06 0.93 0 0.08
HSL 296.15º 0.87% 0.49% -
HSV(B) 296.15º 0.93% 0.92% -
XYZ 45.01 21.77 80.43 -
YUV 102.85 202.59 212.27 -
System Red Green Blue C M Y K H S L
Decimal 221 17 235 0.06 0.93 0 0.08 296.15 0.87 0.49
Hex DD 11 EB 6 5D 0 8 128 57 31
Octal 335 21 353 6 135 0 10 450 127 61
Binary 11011101 10001 11101011 110 1011101 0 1000 100101000 1010111 110001

Color Harmonies of #DD11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11EB

Black with #DD11EB

Text Example


Text Example

White with #DD11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11EB; }

 p { color: rgb(221,17,235); }

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

background-color css

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

 a { background-color: rgb(221,17,235); }

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

border-color css

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

 span { border-color: rgb(221,17,235); }

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