Html Css Color HEX #D61BF8 Psychedelic Purple

📋 copy color: '#D61BF8'

red 214 ◦ green 27 ◦ blue 248

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

Shades of Psychedelic Purple #D61BF8

Tints of Psychedelic Purple #D61BF8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.52%

 BLUE value IS 248 (97.27% from 255) = 50.72%

R = 43.76%
G = 5.52%
B = 50.72%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D61BF8 (or 0xD61BF8) is known color: Psychedelic Purple. HEX triplet: D6, 1B and F8. RGB value is (214,27,248). Sum of RGB (Red+Green+Blue) = 214+27+248=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 27 (10.94% from 255 or 5.52% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #D61BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61BF8 is #29E407. Grayscale: #6B6B6B. Windows color (decimal): -2745352 or 16260054. OLE color: 16260054.

HSL color Cylindrical-coordinate representation of color #D61BF8: hue angle of 290.77º degrees, saturation: 0.94, 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 #D61BF8 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 27 248 -
CMYK 0.14 0.89 0 0.03
HSL 290.77º 0.94% 0.54% -
HSV(B) 290.77º 0.89% 0.97% -
XYZ 45.07 21.86 90.65 -
YUV 108.11 206.95 203.53 -
System Red Green Blue C M Y K H S L
Decimal 214 27 248 0.14 0.89 0 0.03 290.77 0.94 0.54
Hex D6 1B F8 E 59 0 3 123 5E 36
Octal 326 33 370 16 131 0 3 443 136 66
Binary 11010110 11011 11111000 1110 1011001 0 11 100100011 1011110 110110

Color Harmonies of #D61BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BF8

Black with #D61BF8

Text Example


Text Example

White with #D61BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BF8; }

 p { color: rgb(214,27,248); }

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

background-color css

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

 a { background-color: rgb(214,27,248); }

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

border-color css

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

 span { border-color: rgb(214,27,248); }

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