Html Css Color HEX #D61AF9 Psychedelic Purple

📋 copy color: '#D61AF9'

red 214 ◦ green 26 ◦ blue 249

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

Shades of Psychedelic Purple #D61AF9

Tints of Psychedelic Purple #D61AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 43.76%
G = 5.32%
B = 50.92%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D61AF9 (or 0xD61AF9) is known color: Psychedelic Purple. HEX triplet: D6, 1A and F9. RGB value is (214,26,249). Sum of RGB (Red+Green+Blue) = 214+26+249=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #D61AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AF9 is #29E506. Grayscale: #6A6A6A. Windows color (decimal): -2745607 or 16325334. OLE color: 16325334.

HSL color Cylindrical-coordinate representation of color #D61AF9: hue angle of 290.58º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61AF9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 26 249 -
CMYK 0.14 0.90 0 0.02
HSL 290.58º 0.95% 0.54% -
HSV(B) 290.58º 0.9% 0.98% -
XYZ 45.2 21.87 91.46 -
YUV 107.63 207.78 203.87 -
System Red Green Blue C M Y K H S L
Decimal 214 26 249 0.14 0.90 0 0.02 290.58 0.95 0.54
Hex D6 1A F9 E 5A 0 2 123 5F 36
Octal 326 32 371 16 132 0 2 443 137 66
Binary 11010110 11010 11111001 1110 1011010 0 10 100100011 1011111 110110

Color Harmonies of #D61AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AF9

Black with #D61AF9

Text Example


Text Example

White with #D61AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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