Html Css Color HEX #D61AFB Psychedelic Purple

📋 copy color: '#D61AFB'

red 214 ◦ green 26 ◦ blue 251

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

Shades of Psychedelic Purple #D61AFB

Tints of Psychedelic Purple #D61AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 43.58%
G = 5.3%
B = 51.12%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D61AFB (or 0xD61AFB) is known color: Psychedelic Purple. HEX triplet: D6, 1A and FB. RGB value is (214,26,251). Sum of RGB (Red+Green+Blue) = 214+26+251=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #D61AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61AFB is #29E504. Grayscale: #6B6B6B. Windows color (decimal): -2745605 or 16456406. OLE color: 16456406.

HSL color Cylindrical-coordinate representation of color #D61AFB: hue angle of 290.13º degrees, saturation: 0.97, 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 #D61AFB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 26 251 -
CMYK 0.15 0.90 0 0.02
HSL 290.13º 0.97% 0.54% -
HSV(B) 290.13º 0.9% 0.98% -
XYZ 45.51 22 93.11 -
YUV 107.86 208.78 203.7 -
System Red Green Blue C M Y K H S L
Decimal 214 26 251 0.15 0.90 0 0.02 290.13 0.97 0.54
Hex D6 1A FB F 5A 0 2 122 61 36
Octal 326 32 373 17 132 0 2 442 141 66
Binary 11010110 11010 11111011 1111 1011010 0 10 100100010 1100001 110110

Color Harmonies of #D61AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AFB

Black with #D61AFB

Text Example


Text Example

White with #D61AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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