Html Css Color HEX #D61AF7 Psychedelic Purple

📋 copy color: '#D61AF7'

red 214 ◦ green 26 ◦ blue 247

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

Shades of Psychedelic Purple #D61AF7

Tints of Psychedelic Purple #D61AF7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.34%

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

R = 43.94%
G = 5.34%
B = 50.72%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D61AF7 (or 0xD61AF7) is known color: Psychedelic Purple. HEX triplet: D6, 1A and F7. RGB value is (214,26,247). Sum of RGB (Red+Green+Blue) = 214+26+247=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #D61AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AF7 is #29E508. Grayscale: #6A6A6A. Windows color (decimal): -2745609 or 16194262. OLE color: 16194262.

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

Color convert

RGB 214 26 247 -
CMYK 0.13 0.89 0 0.03
HSL 291.04º 0.93% 0.54% -
HSV(B) 291.04º 0.89% 0.97% -
XYZ 44.89 21.75 89.83 -
YUV 107.41 206.78 204.03 -
System Red Green Blue C M Y K H S L
Decimal 214 26 247 0.13 0.89 0 0.03 291.04 0.93 0.54
Hex D6 1A F7 D 59 0 3 123 5D 36
Octal 326 32 367 15 131 0 3 443 135 66
Binary 11010110 11010 11110111 1101 1011001 0 11 100100011 1011101 110110

Color Harmonies of #D61AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AF7

Black with #D61AF7

Text Example


Text Example

White with #D61AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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