Html Css Color HEX #D71CFA Psychedelic Purple

📋 copy color: '#D71CFA'

red 215 ◦ green 28 ◦ blue 250

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

Shades of Psychedelic Purple #D71CFA

Tints of Psychedelic Purple #D71CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.68%

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 43.61%
G = 5.68%
B = 50.71%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D71CFA (or 0xD71CFA) is known color: Psychedelic Purple. HEX triplet: D7, 1C and FA. RGB value is (215,28,250). Sum of RGB (Red+Green+Blue) = 215+28+250=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #D71CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CFA is #28E305. Grayscale: #6C6C6C. Windows color (decimal): -2679558 or 16391383. OLE color: 16391383.

HSL color Cylindrical-coordinate representation of color #D71CFA: hue angle of 290.54º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71CFA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 28 250 -
CMYK 0.14 0.89 0 0.02
HSL 290.54º 0.96% 0.55% -
HSV(B) 290.54º 0.89% 0.98% -
XYZ 45.69 22.18 92.32 -
YUV 109.22 207.45 203.45 -
System Red Green Blue C M Y K H S L
Decimal 215 28 250 0.14 0.89 0 0.02 290.54 0.96 0.55
Hex D7 1C FA E 59 0 2 123 60 37
Octal 327 34 372 16 131 0 2 443 140 67
Binary 11010111 11100 11111010 1110 1011001 0 10 100100011 1100000 110111

Color Harmonies of #D71CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CFA

Black with #D71CFA

Text Example


Text Example

White with #D71CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CFA; }

 p { color: rgb(215,28,250); }

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

background-color css

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

 a { background-color: rgb(215,28,250); }

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

border-color css

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

 span { border-color: rgb(215,28,250); }

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