Html Css Color HEX #DF31FD Psychedelic Purple

📋 copy color: '#DF31FD'

red 223 ◦ green 49 ◦ blue 253

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

Shades of Psychedelic Purple #DF31FD

Tints of Psychedelic Purple #DF31FD

RGB

 RED value IS 223 (87.5% from 255) = 42.48%

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

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

R = 42.48%
G = 9.33%
B = 48.19%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF31FD (or 0xDF31FD) is known color: Psychedelic Purple. HEX triplet: DF, 31 and FD. RGB value is (223,49,253). Sum of RGB (Red+Green+Blue) = 223+49+253=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 49 (19.53% from 255 or 9.33% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF31FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF31FD is #20CE02. Grayscale: #7B7B7B. Windows color (decimal): -2149891 or 16593375. OLE color: 16593375.

HSL color Cylindrical-coordinate representation of color #DF31FD: hue angle of 291.18º 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 #DF31FD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 49 253 -
CMYK 0.12 0.81 0 0.01
HSL 291.18º 0.98% 0.59% -
HSV(B) 291.18º 0.81% 0.99% -
XYZ 49.26 24.98 95.15 -
YUV 124.28 200.65 198.41 -
System Red Green Blue C M Y K H S L
Decimal 223 49 253 0.12 0.81 0 0.01 291.18 0.98 0.59
Hex DF 31 FD C 51 0 1 123 62 3B
Octal 337 61 375 14 121 0 1 443 142 73
Binary 11011111 110001 11111101 1100 1010001 0 1 100100011 1100010 111011

Color Harmonies of #DF31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF31FD

Black with #DF31FD

Text Example


Text Example

White with #DF31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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