Html Css Color HEX #D71AF1 Psychedelic Purple

📋 copy color: '#D71AF1'

red 215 ◦ green 26 ◦ blue 241

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

Shades of Psychedelic Purple #D71AF1

Tints of Psychedelic Purple #D71AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.39%

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

R = 44.61%
G = 5.39%
B = 50%

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

#D71AF1 (or 0xD71AF1) is known color: Psychedelic Purple. HEX triplet: D7, 1A and F1. RGB value is (215,26,241). Sum of RGB (Red+Green+Blue) = 215+26+241=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #D71AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AF1 is #28E50E. Grayscale: #6A6A6A. Windows color (decimal): -2680079 or 15801047. OLE color: 15801047.

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

Color convert

RGB 215 26 241 -
CMYK 0.11 0.89 0 0.05
HSL 292.74º 0.88% 0.52% -
HSV(B) 292.74º 0.89% 0.95% -
XYZ 44.27 21.54 85.04 -
YUV 107.02 203.62 205.02 -
System Red Green Blue C M Y K H S L
Decimal 215 26 241 0.11 0.89 0 0.05 292.74 0.88 0.52
Hex D7 1A F1 B 59 0 5 125 58 34
Octal 327 32 361 13 131 0 5 445 130 64
Binary 11010111 11010 11110001 1011 1011001 0 101 100100101 1011000 110100

Color Harmonies of #D71AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AF1

Black with #D71AF1

Text Example


Text Example

White with #D71AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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