Html Css Color HEX #DD1FE5 Psychedelic Purple

📋 copy color: '#DD1FE5'

red 221 ◦ green 31 ◦ blue 229

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

Shades of Psychedelic Purple #DD1FE5

Tints of Psychedelic Purple #DD1FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 45.95%
G = 6.44%
B = 47.61%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD1FE5 (or 0xDD1FE5) is known color: Psychedelic Purple. HEX triplet: DD, 1F and E5. RGB value is (221,31,229). Sum of RGB (Red+Green+Blue) = 221+31+229=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD1FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FE5 is #22E01A. Grayscale: #6D6D6D. Windows color (decimal): -2285595 or 15015901. OLE color: 15015901.

HSL color Cylindrical-coordinate representation of color #DD1FE5: hue angle of 297.58º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1FE5 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 31 229 -
CMYK 0.03 0.86 0 0.10
HSL 297.58º 0.79% 0.51% -
HSV(B) 297.58º 0.86% 0.9% -
XYZ 44.45 22.01 76.03 -
YUV 110.38 194.95 206.9 -
System Red Green Blue C M Y K H S L
Decimal 221 31 229 0.03 0.86 0 0.10 297.58 0.79 0.51
Hex DD 1F E5 3 56 0 A 12A 4F 33
Octal 335 37 345 3 126 0 12 452 117 63
Binary 11011101 11111 11100101 11 1010110 0 1010 100101010 1001111 110011

Color Harmonies of #DD1FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FE5

Black with #DD1FE5

Text Example


Text Example

White with #DD1FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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