Html Css Color HEX #D71BFE Psychedelic Purple

📋 copy color: '#D71BFE'

red 215 ◦ green 27 ◦ blue 254

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

Shades of Psychedelic Purple #D71BFE

Tints of Psychedelic Purple #D71BFE

RGB

 RED value IS 215 (84.38% from 255) = 43.35%

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 43.35%
G = 5.44%
B = 51.21%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D71BFE (or 0xD71BFE) is known color: Psychedelic Purple. HEX triplet: D7, 1B and FE. RGB value is (215,27,254). Sum of RGB (Red+Green+Blue) = 215+27+254=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 27 (10.94% from 255 or 5.44% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #D71BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71BFE is #28E401. Grayscale: #6C6C6C. Windows color (decimal): -2679810 or 16653271. OLE color: 16653271.

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

Color convert

RGB 215 27 254 -
CMYK 0.15 0.89 0 0.00
HSL 289.69º 0.99% 0.55% -
HSV(B) 289.69º 0.89% 1% -
XYZ 46.31 22.39 95.65 -
YUV 109.09 209.78 203.54 -
System Red Green Blue C M Y K H S L
Decimal 215 27 254 0.15 0.89 0 0.00 289.69 0.99 0.55
Hex D7 1B FE F 59 0 0 122 63 37
Octal 327 33 376 17 131 0 0 442 143 67
Binary 11010111 11011 11111110 1111 1011001 0 0 100100010 1100011 110111

Color Harmonies of #D71BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BFE

Black with #D71BFE

Text Example


Text Example

White with #D71BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BFE; }

 p { color: rgb(215,27,254); }

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

background-color css

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

 a { background-color: rgb(215,27,254); }

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

border-color css

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

 span { border-color: rgb(215,27,254); }

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