Html Css Color HEX #D71BF1 Psychedelic Purple

📋 copy color: '#D71BF1'

red 215 ◦ green 27 ◦ blue 241

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

Shades of Psychedelic Purple #D71BF1

Tints of Psychedelic Purple #D71BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 44.51%
G = 5.59%
B = 49.9%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D71BF1 (or 0xD71BF1) is known color: Psychedelic Purple. HEX triplet: D7, 1B and F1. RGB value is (215,27,241). Sum of RGB (Red+Green+Blue) = 215+27+241=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #D71BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71BF1 is #28E40E. Grayscale: #6A6A6A. Windows color (decimal): -2679823 or 15801303. OLE color: 15801303.

HSL color Cylindrical-coordinate representation of color #D71BF1: hue angle of 292.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71BF1 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 27 241 -
CMYK 0.11 0.89 0 0.05
HSL 292.71º 0.88% 0.53% -
HSV(B) 292.71º 0.89% 0.95% -
XYZ 44.29 21.58 85.05 -
YUV 107.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 215 27 241 0.11 0.89 0 0.05 292.71 0.88 0.53
Hex D7 1B F1 B 59 0 5 125 58 35
Octal 327 33 361 13 131 0 5 445 130 65
Binary 11010111 11011 11110001 1011 1011001 0 101 100100101 1011000 110101

Color Harmonies of #D71BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71BF1

Black with #D71BF1

Text Example


Text Example

White with #D71BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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