Html Css Color HEX #DD13EC Psychedelic Purple

📋 copy color: '#DD13EC'

red 221 ◦ green 19 ◦ blue 236

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

Shades of Psychedelic Purple #DD13EC

Tints of Psychedelic Purple #DD13EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.99%

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 46.43%
G = 3.99%
B = 49.58%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD13EC (or 0xDD13EC) is known color: Psychedelic Purple. HEX triplet: DD, 13 and EC. RGB value is (221,19,236). Sum of RGB (Red+Green+Blue) = 221+19+236=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD13EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD13EC is #22EC13. Grayscale: #676767. Windows color (decimal): -2288660 or 15471581. OLE color: 15471581.

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

Color convert

RGB 221 19 236 -
CMYK 0.06 0.92 0 0.07
HSL 295.85º 0.85% 0.5% -
HSV(B) 295.85º 0.92% 0.93% -
XYZ 45.19 21.89 81.2 -
YUV 104.14 202.42 211.36 -
System Red Green Blue C M Y K H S L
Decimal 221 19 236 0.06 0.92 0 0.07 295.85 0.85 0.5
Hex DD 13 EC 6 5C 0 7 128 55 32
Octal 335 23 354 6 134 0 7 450 125 62
Binary 11011101 10011 11101100 110 1011100 0 111 100101000 1010101 110010

Color Harmonies of #DD13EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13EC

Black with #DD13EC

Text Example


Text Example

White with #DD13EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13EC; }

 p { color: rgb(221,19,236); }

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

background-color css

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

 a { background-color: rgb(221,19,236); }

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

border-color css

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

 span { border-color: rgb(221,19,236); }

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