Html Css Color HEX #D61FF7 Psychedelic Purple

📋 copy color: '#D61FF7'

red 214 ◦ green 31 ◦ blue 247

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

Shades of Psychedelic Purple #D61FF7

Tints of Psychedelic Purple #D61FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.2%

R = 43.5%
G = 6.3%
B = 50.2%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D61FF7 (or 0xD61FF7) is known color: Psychedelic Purple. HEX triplet: D6, 1F and F7. RGB value is (214,31,247). Sum of RGB (Red+Green+Blue) = 214+31+247=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #D61FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FF7 is #29E008. Grayscale: #6D6D6D. Windows color (decimal): -2744329 or 16195542. OLE color: 16195542.

HSL color Cylindrical-coordinate representation of color #D61FF7: hue angle of 290.83º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61FF7 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 31 247 -
CMYK 0.13 0.87 0 0.03
HSL 290.83º 0.93% 0.55% -
HSV(B) 290.83º 0.87% 0.97% -
XYZ 45.01 21.99 89.87 -
YUV 110.34 205.13 201.94 -
System Red Green Blue C M Y K H S L
Decimal 214 31 247 0.13 0.87 0 0.03 290.83 0.93 0.55
Hex D6 1F F7 D 57 0 3 123 5D 37
Octal 326 37 367 15 127 0 3 443 135 67
Binary 11010110 11111 11110111 1101 1010111 0 11 100100011 1011101 110111

Color Harmonies of #D61FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FF7

Black with #D61FF7

Text Example


Text Example

White with #D61FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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