Html Css Color HEX #DD14EE Psychedelic Purple

📋 copy color: '#DD14EE'

red 221 ◦ green 20 ◦ blue 238

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

Shades of Psychedelic Purple #DD14EE

Tints of Psychedelic Purple #DD14EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.18%

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

R = 46.14%
G = 4.18%
B = 49.69%

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

#DD14EE (or 0xDD14EE) is known color: Psychedelic Purple. HEX triplet: DD, 14 and EE. RGB value is (221,20,238). Sum of RGB (Red+Green+Blue) = 221+20+238=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 20 (8.20% from 255 or 4.18% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD14EE is #22EB11. Grayscale: #686868. Windows color (decimal): -2288402 or 15602909. OLE color: 15602909.

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

Color convert

RGB 221 20 238 -
CMYK 0.07 0.92 0 0.07
HSL 295.32º 0.87% 0.51% -
HSV(B) 295.32º 0.92% 0.93% -
XYZ 45.5 22.05 82.75 -
YUV 104.95 203.09 210.77 -
System Red Green Blue C M Y K H S L
Decimal 221 20 238 0.07 0.92 0 0.07 295.32 0.87 0.51
Hex DD 14 EE 7 5C 0 7 127 57 33
Octal 335 24 356 7 134 0 7 447 127 63
Binary 11011101 10100 11101110 111 1011100 0 111 100100111 1010111 110011

Color Harmonies of #DD14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14EE

Black with #DD14EE

Text Example


Text Example

White with #DD14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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