Html Css Color HEX #DD31FF Psychedelic Purple

📋 copy color: '#DD31FF'

red 221 ◦ green 49 ◦ blue 255

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

Shades of Psychedelic Purple #DD31FF

Tints of Psychedelic Purple #DD31FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.33%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 42.1%
G = 9.33%
B = 48.57%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD31FF (or 0xDD31FF) is known color: Psychedelic Purple. HEX triplet: DD, 31 and FF. RGB value is (221,49,255). Sum of RGB (Red+Green+Blue) = 221+49+255=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 49 (19.53% from 255 or 9.33% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD31FF is #22CE00. Grayscale: #7B7B7B. Windows color (decimal): -2280961 or 16724445. OLE color: 16724445.

HSL color Cylindrical-coordinate representation of color #DD31FF: hue angle of 290.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD31FF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 49 255 -
CMYK 0.13 0.81 0 0
HSL 290.1º 1% 0.6% -
HSV(B) 290.1º 0.81% 1% -
XYZ 48.97 24.79 96.81 -
YUV 123.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 221 49 255 0.13 0.81 0 0 290.1 1 0.6
Hex DD 31 FF D 51 0 0 122 64 3C
Octal 335 61 377 15 121 0 0 442 144 74
Binary 11011101 110001 11111111 1101 1010001 0 0 100100010 1100100 111100

Color Harmonies of #DD31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31FF

Black with #DD31FF

Text Example


Text Example

White with #DD31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31FF; }

 p { color: rgb(221,49,255); }

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

background-color css

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

 a { background-color: rgb(221,49,255); }

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

border-color css

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

 span { border-color: rgb(221,49,255); }

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