Html Css Color HEX #DD13EE Psychedelic Purple

📋 copy color: '#DD13EE'

red 221 ◦ green 19 ◦ blue 238

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

Shades of Psychedelic Purple #DD13EE

Tints of Psychedelic Purple #DD13EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 46.23%
G = 3.97%
B = 49.79%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD13EE (or 0xDD13EE) is known color: Psychedelic Purple. HEX triplet: DD, 13 and EE. RGB value is (221,19,238). Sum of RGB (Red+Green+Blue) = 221+19+238=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD13EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD13EE is #22EC11. Grayscale: #676767. Windows color (decimal): -2288658 or 15602653. OLE color: 15602653.

HSL color Cylindrical-coordinate representation of color #DD13EE: hue angle of 295.34º degrees, saturation: 0.87, 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 #DD13EE is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 19 238 -
CMYK 0.07 0.92 0 0.07
HSL 295.34º 0.87% 0.5% -
HSV(B) 295.34º 0.92% 0.93% -
XYZ 45.48 22.01 82.74 -
YUV 104.36 203.42 211.19 -
System Red Green Blue C M Y K H S L
Decimal 221 19 238 0.07 0.92 0 0.07 295.34 0.87 0.5
Hex DD 13 EE 7 5C 0 7 127 57 32
Octal 335 23 356 7 134 0 7 447 127 62
Binary 11011101 10011 11101110 111 1011100 0 111 100100111 1010111 110010

Color Harmonies of #DD13EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13EE

Black with #DD13EE

Text Example


Text Example

White with #DD13EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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