Html Css Color HEX #D71AF6 Psychedelic Purple

📋 copy color: '#D71AF6'

red 215 ◦ green 26 ◦ blue 246

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

Shades of Psychedelic Purple #D71AF6

Tints of Psychedelic Purple #D71AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 44.15%
G = 5.34%
B = 50.51%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D71AF6 (or 0xD71AF6) is known color: Psychedelic Purple. HEX triplet: D7, 1A and F6. RGB value is (215,26,246). Sum of RGB (Red+Green+Blue) = 215+26+246=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #D71AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AF6 is #28E509. Grayscale: #6A6A6A. Windows color (decimal): -2680074 or 16128727. OLE color: 16128727.

HSL color Cylindrical-coordinate representation of color #D71AF6: hue angle of 291.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71AF6 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 26 246 -
CMYK 0.13 0.89 0 0.04
HSL 291.55º 0.92% 0.53% -
HSV(B) 291.55º 0.89% 0.96% -
XYZ 45.03 21.84 89.03 -
YUV 107.59 206.12 204.61 -
System Red Green Blue C M Y K H S L
Decimal 215 26 246 0.13 0.89 0 0.04 291.55 0.92 0.53
Hex D7 1A F6 D 59 0 4 124 5C 35
Octal 327 32 366 15 131 0 4 444 134 65
Binary 11010111 11010 11110110 1101 1011001 0 100 100100100 1011100 110101

Color Harmonies of #D71AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AF6

Black with #D71AF6

Text Example


Text Example

White with #D71AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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