Html Css Color HEX #D71FFC Psychedelic Purple

📋 copy color: '#D71FFC'

red 215 ◦ green 31 ◦ blue 252

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

Shades of Psychedelic Purple #D71FFC

Tints of Psychedelic Purple #D71FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.22%

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 43.17%
G = 6.22%
B = 50.6%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D71FFC (or 0xD71FFC) is known color: Psychedelic Purple. HEX triplet: D7, 1F and FC. RGB value is (215,31,252). Sum of RGB (Red+Green+Blue) = 215+31+252=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #D71FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FFC is #28E003. Grayscale: #6E6E6E. Windows color (decimal): -2678788 or 16523223. OLE color: 16523223.

HSL color Cylindrical-coordinate representation of color #D71FFC: hue angle of 289.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71FFC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 31 252 -
CMYK 0.15 0.88 0 0.01
HSL 289.95º 0.97% 0.55% -
HSV(B) 289.95º 0.88% 0.99% -
XYZ 46.09 22.46 94 -
YUV 111.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 215 31 252 0.15 0.88 0 0.01 289.95 0.97 0.55
Hex D7 1F FC F 58 0 1 122 61 37
Octal 327 37 374 17 130 0 1 442 141 67
Binary 11010111 11111 11111100 1111 1011000 0 1 100100010 1100001 110111

Color Harmonies of #D71FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FFC

Black with #D71FFC

Text Example


Text Example

White with #D71FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FFC; }

 p { color: rgb(215,31,252); }

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

background-color css

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

 a { background-color: rgb(215,31,252); }

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

border-color css

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

 span { border-color: rgb(215,31,252); }

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