Html Css Color HEX #D71BFF Psychedelic Purple

📋 copy color: '#D71BFF'

red 215 ◦ green 27 ◦ blue 255

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

Shades of Psychedelic Purple #D71BFF

Tints of Psychedelic Purple #D71BFF

RGB

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

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

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

R = 43.26%
G = 5.43%
B = 51.31%

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

#D71BFF (or 0xD71BFF) is known color: Psychedelic Purple. HEX triplet: D7, 1B and FF. RGB value is (215,27,255). Sum of RGB (Red+Green+Blue) = 215+27+255=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 27 (10.94% from 255 or 5.43% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #D71BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71BFF is #28E400. Grayscale: #6C6C6C. Windows color (decimal): -2679809 or 16718807. OLE color: 16718807.

HSL color Cylindrical-coordinate representation of color #D71BFF: hue angle of 289.47º 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 #D71BFF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 27 255 -
CMYK 0.16 0.89 0 0
HSL 289.47º 1% 0.55% -
HSV(B) 289.47º 0.89% 1% -
XYZ 46.47 22.45 96.49 -
YUV 109.2 210.28 203.46 -
System Red Green Blue C M Y K H S L
Decimal 215 27 255 0.16 0.89 0 0 289.47 1 0.55
Hex D7 1B FF 10 59 0 0 121 64 37
Octal 327 33 377 20 131 0 0 441 144 67
Binary 11010111 11011 11111111 10000 1011001 0 0 100100001 1100100 110111

Color Harmonies of #D71BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BFF

Black with #D71BFF

Text Example


Text Example

White with #D71BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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