Html Css Color HEX #DD31FD Psychedelic Purple

📋 copy color: '#DD31FD'

red 221 ◦ green 49 ◦ blue 253

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

Shades of Psychedelic Purple #DD31FD

Tints of Psychedelic Purple #DD31FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 42.26%
G = 9.37%
B = 48.37%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD31FD (or 0xDD31FD) is known color: Psychedelic Purple. HEX triplet: DD, 31 and FD. RGB value is (221,49,253). Sum of RGB (Red+Green+Blue) = 221+49+253=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 49 (19.53% from 255 or 9.37% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD31FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD31FD is #22CE02. Grayscale: #7B7B7B. Windows color (decimal): -2280963 or 16593373. OLE color: 16593373.

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

Color convert

RGB 221 49 253 -
CMYK 0.13 0.81 0 0.01
HSL 290.59º 0.98% 0.59% -
HSV(B) 290.59º 0.81% 0.99% -
XYZ 48.65 24.66 95.12 -
YUV 123.68 200.98 197.41 -
System Red Green Blue C M Y K H S L
Decimal 221 49 253 0.13 0.81 0 0.01 290.59 0.98 0.59
Hex DD 31 FD D 51 0 1 123 62 3B
Octal 335 61 375 15 121 0 1 443 142 73
Binary 11011101 110001 11111101 1101 1010001 0 1 100100011 1100010 111011

Color Harmonies of #DD31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31FD

Black with #DD31FD

Text Example


Text Example

White with #DD31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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