Html Css Color HEX #D61AFF Psychedelic Purple

📋 copy color: '#D61AFF'

red 214 ◦ green 26 ◦ blue 255

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

Shades of Psychedelic Purple #D61AFF

Tints of Psychedelic Purple #D61AFF

RGB

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

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

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

R = 43.23%
G = 5.25%
B = 51.52%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D61AFF (or 0xD61AFF) is known color: Psychedelic Purple. HEX triplet: D6, 1A and FF. RGB value is (214,26,255). Sum of RGB (Red+Green+Blue) = 214+26+255=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #D61AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AFF is #29E500. Grayscale: #6B6B6B. Windows color (decimal): -2745601 or 16718550. OLE color: 16718550.

HSL color Cylindrical-coordinate representation of color #D61AFF: hue angle of 289.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61AFF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 26 255 -
CMYK 0.16 0.90 0 0
HSL 289.26º 1% 0.55% -
HSV(B) 289.26º 0.9% 1% -
XYZ 46.15 22.25 96.47 -
YUV 108.32 210.78 203.38 -
System Red Green Blue C M Y K H S L
Decimal 214 26 255 0.16 0.90 0 0 289.26 1 0.55
Hex D6 1A FF 10 5A 0 0 121 64 37
Octal 326 32 377 20 132 0 0 441 144 67
Binary 11010110 11010 11111111 10000 1011010 0 0 100100001 1100100 110111

Color Harmonies of #D61AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AFF

Black with #D61AFF

Text Example


Text Example

White with #D61AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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