Html Css Color HEX #D61FFA Psychedelic Purple

📋 copy color: '#D61FFA'

red 214 ◦ green 31 ◦ blue 250

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

Shades of Psychedelic Purple #D61FFA

Tints of Psychedelic Purple #D61FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.26%

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

R = 43.23%
G = 6.26%
B = 50.51%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D61FFA (or 0xD61FFA) is known color: Psychedelic Purple. HEX triplet: D6, 1F and FA. RGB value is (214,31,250). Sum of RGB (Red+Green+Blue) = 214+31+250=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 31 (12.5% from 255 or 6.26% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #D61FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FFA is #29E005. Grayscale: #6D6D6D. Windows color (decimal): -2744326 or 16392150. OLE color: 16392150.

HSL color Cylindrical-coordinate representation of color #D61FFA: hue angle of 290.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61FFA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 31 250 -
CMYK 0.14 0.88 0 0.02
HSL 290.14º 0.96% 0.55% -
HSV(B) 290.14º 0.88% 0.98% -
XYZ 45.48 22.18 92.33 -
YUV 110.68 206.63 201.69 -
System Red Green Blue C M Y K H S L
Decimal 214 31 250 0.14 0.88 0 0.02 290.14 0.96 0.55
Hex D6 1F FA E 58 0 2 122 60 37
Octal 326 37 372 16 130 0 2 442 140 67
Binary 11010110 11111 11111010 1110 1011000 0 10 100100010 1100000 110111

Color Harmonies of #D61FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FFA

Black with #D61FFA

Text Example


Text Example

White with #D61FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FFA; }

 p { color: rgb(214,31,250); }

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

background-color css

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

 a { background-color: rgb(214,31,250); }

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

border-color css

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

 span { border-color: rgb(214,31,250); }

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