Html Css Color HEX #DD1FEE Psychedelic Purple

📋 copy color: '#DD1FEE'

red 221 ◦ green 31 ◦ blue 238

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

Shades of Psychedelic Purple #DD1FEE

Tints of Psychedelic Purple #DD1FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.33%

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

R = 45.1%
G = 6.33%
B = 48.57%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD1FEE (or 0xDD1FEE) is known color: Psychedelic Purple. HEX triplet: DD, 1F and EE. RGB value is (221,31,238). Sum of RGB (Red+Green+Blue) = 221+31+238=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD1FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1FEE is #22E011. Grayscale: #6E6E6E. Windows color (decimal): -2285586 or 15605725. OLE color: 15605725.

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

Color convert

RGB 221 31 238 -
CMYK 0.07 0.87 0 0.07
HSL 295.07º 0.86% 0.53% -
HSV(B) 295.07º 0.87% 0.93% -
XYZ 45.74 22.53 82.83 -
YUV 111.41 199.45 206.17 -
System Red Green Blue C M Y K H S L
Decimal 221 31 238 0.07 0.87 0 0.07 295.07 0.86 0.53
Hex DD 1F EE 7 57 0 7 127 56 35
Octal 335 37 356 7 127 0 7 447 126 65
Binary 11011101 11111 11101110 111 1010111 0 111 100100111 1010110 110101

Color Harmonies of #DD1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FEE

Black with #DD1FEE

Text Example


Text Example

White with #DD1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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