Html Css Color HEX #DD31FA Psychedelic Purple

📋 copy color: '#DD31FA'

red 221 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #DD31FA

Tints of Psychedelic Purple #DD31FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 42.5%
G = 9.42%
B = 48.08%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD31FA (or 0xDD31FA) is known color: Psychedelic Purple. HEX triplet: DD, 31 and FA. RGB value is (221,49,250). Sum of RGB (Red+Green+Blue) = 221+49+250=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 49 (19.53% from 255 or 9.42% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD31FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD31FA is #22CE05. Grayscale: #7A7A7A. Windows color (decimal): -2280966 or 16396765. OLE color: 16396765.

HSL color Cylindrical-coordinate representation of color #DD31FA: hue angle of 291.34º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD31FA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 49 250 -
CMYK 0.12 0.80 0 0.02
HSL 291.34º 0.95% 0.59% -
HSV(B) 291.34º 0.8% 0.98% -
XYZ 48.17 24.47 92.63 -
YUV 123.34 199.48 197.66 -
System Red Green Blue C M Y K H S L
Decimal 221 49 250 0.12 0.80 0 0.02 291.34 0.95 0.59
Hex DD 31 FA C 50 0 2 123 5F 3B
Octal 335 61 372 14 120 0 2 443 137 73
Binary 11011101 110001 11111010 1100 1010000 0 10 100100011 1011111 111011

Color Harmonies of #DD31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31FA

Black with #DD31FA

Text Example


Text Example

White with #DD31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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