Html Css Color HEX #D71AF4 Psychedelic Purple

📋 copy color: '#D71AF4'

red 215 ◦ green 26 ◦ blue 244

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

Shades of Psychedelic Purple #D71AF4

Tints of Psychedelic Purple #D71AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 44.33%
G = 5.36%
B = 50.31%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D71AF4 (or 0xD71AF4) is known color: Psychedelic Purple. HEX triplet: D7, 1A and F4. RGB value is (215,26,244). Sum of RGB (Red+Green+Blue) = 215+26+244=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #D71AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71AF4 is #28E50B. Grayscale: #6A6A6A. Windows color (decimal): -2680076 or 15997655. OLE color: 15997655.

HSL color Cylindrical-coordinate representation of color #D71AF4: hue angle of 292.02º degrees, saturation: 0.91, 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 #D71AF4 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 26 244 -
CMYK 0.12 0.89 0 0.04
HSL 292.02º 0.91% 0.53% -
HSV(B) 292.02º 0.89% 0.96% -
XYZ 44.72 21.72 87.42 -
YUV 107.36 205.12 204.77 -
System Red Green Blue C M Y K H S L
Decimal 215 26 244 0.12 0.89 0 0.04 292.02 0.91 0.53
Hex D7 1A F4 C 59 0 4 124 5B 35
Octal 327 32 364 14 131 0 4 444 133 65
Binary 11010111 11010 11110100 1100 1011001 0 100 100100100 1011011 110101

Color Harmonies of #D71AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71AF4

Black with #D71AF4

Text Example


Text Example

White with #D71AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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