Html Css Color HEX #DD1FE4 Psychedelic Purple

📋 copy color: '#DD1FE4'

red 221 ◦ green 31 ◦ blue 228

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

Shades of Psychedelic Purple #DD1FE4

Tints of Psychedelic Purple #DD1FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.5%

R = 46.04%
G = 6.46%
B = 47.5%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD1FE4 (or 0xDD1FE4) is known color: Psychedelic Purple. HEX triplet: DD, 1F and E4. RGB value is (221,31,228). Sum of RGB (Red+Green+Blue) = 221+31+228=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD1FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FE4 is #22E01B. Grayscale: #6D6D6D. Windows color (decimal): -2285596 or 14950365. OLE color: 14950365.

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

Color convert

RGB 221 31 228 -
CMYK 0.03 0.86 0 0.11
HSL 297.87º 0.78% 0.51% -
HSV(B) 297.87º 0.86% 0.89% -
XYZ 44.31 21.95 75.3 -
YUV 110.27 194.45 206.98 -
System Red Green Blue C M Y K H S L
Decimal 221 31 228 0.03 0.86 0 0.11 297.87 0.78 0.51
Hex DD 1F E4 3 56 0 B 12A 4E 33
Octal 335 37 344 3 126 0 13 452 116 63
Binary 11011101 11111 11100100 11 1010110 0 1011 100101010 1001110 110011

Color Harmonies of #DD1FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FE4

Black with #DD1FE4

Text Example


Text Example

White with #DD1FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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