Html Css Color HEX #D61BFF Psychedelic Purple

📋 copy color: '#D61BFF'

red 214 ◦ green 27 ◦ blue 255

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

Shades of Psychedelic Purple #D61BFF

Tints of Psychedelic Purple #D61BFF

RGB

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

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

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

R = 43.15%
G = 5.44%
B = 51.41%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D61BFF (or 0xD61BFF) is known color: Psychedelic Purple. HEX triplet: D6, 1B and FF. RGB value is (214,27,255). Sum of RGB (Red+Green+Blue) = 214+27+255=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 27 (10.94% from 255 or 5.44% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #D61BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61BFF is #29E400. Grayscale: #6C6C6C. Windows color (decimal): -2745345 or 16718806. OLE color: 16718806.

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

Color convert

RGB 214 27 255 -
CMYK 0.16 0.89 0 0
HSL 289.21º 1% 0.55% -
HSV(B) 289.21º 0.89% 1% -
XYZ 46.17 22.3 96.48 -
YUV 108.91 210.45 202.96 -
System Red Green Blue C M Y K H S L
Decimal 214 27 255 0.16 0.89 0 0 289.21 1 0.55
Hex D6 1B FF 10 59 0 0 121 64 37
Octal 326 33 377 20 131 0 0 441 144 67
Binary 11010110 11011 11111111 10000 1011001 0 0 100100001 1100100 110111

Color Harmonies of #D61BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BFF

Black with #D61BFF

Text Example


Text Example

White with #D61BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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