Html Css Color HEX #D631FF Psychedelic Purple

📋 copy color: '#D631FF'

red 214 ◦ green 49 ◦ blue 255

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

Shades of Psychedelic Purple #D631FF

Tints of Psychedelic Purple #D631FF

RGB

 RED value IS 214 (83.98% from 255) = 41.31%

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

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

R = 41.31%
G = 9.46%
B = 49.23%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D631FF (or 0xD631FF) is known color: Psychedelic Purple. HEX triplet: D6, 31 and FF. RGB value is (214,49,255). Sum of RGB (Red+Green+Blue) = 214+49+255=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 49 (19.53% from 255 or 9.46% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #D631FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D631FF is #29CE00. Grayscale: #797979. Windows color (decimal): -2739713 or 16724438. OLE color: 16724438.

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

Color convert

RGB 214 49 255 -
CMYK 0.16 0.81 0 0
HSL 288.06º 1% 0.6% -
HSV(B) 288.06º 0.81% 1% -
XYZ 46.88 23.71 96.71 -
YUV 121.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 214 49 255 0.16 0.81 0 0 288.06 1 0.6
Hex D6 31 FF 10 51 0 0 120 64 3C
Octal 326 61 377 20 121 0 0 440 144 74
Binary 11010110 110001 11111111 10000 1010001 0 0 100100000 1100100 111100

Color Harmonies of #D631FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D631FF

Black with #D631FF

Text Example


Text Example

White with #D631FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D631FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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