Html Css Color HEX #D71DFC Psychedelic Purple

📋 copy color: '#D71DFC'

red 215 ◦ green 29 ◦ blue 252

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

Shades of Psychedelic Purple #D71DFC

Tints of Psychedelic Purple #D71DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.85%

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

R = 43.35%
G = 5.85%
B = 50.81%

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

#D71DFC (or 0xD71DFC) is known color: Psychedelic Purple. HEX triplet: D7, 1D and FC. RGB value is (215,29,252). Sum of RGB (Red+Green+Blue) = 215+29+252=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 29 (11.72% from 255 or 5.85% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #D71DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71DFC is #28E203. Grayscale: #6D6D6D. Windows color (decimal): -2679300 or 16522711. OLE color: 16522711.

HSL color Cylindrical-coordinate representation of color #D71DFC: hue angle of 290.04º 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 #D71DFC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 29 252 -
CMYK 0.15 0.88 0 0.01
HSL 290.04º 0.97% 0.55% -
HSV(B) 290.04º 0.88% 0.99% -
XYZ 46.03 22.35 93.98 -
YUV 110.04 208.12 202.87 -
System Red Green Blue C M Y K H S L
Decimal 215 29 252 0.15 0.88 0 0.01 290.04 0.97 0.55
Hex D7 1D FC F 58 0 1 122 61 37
Octal 327 35 374 17 130 0 1 442 141 67
Binary 11010111 11101 11111100 1111 1011000 0 1 100100010 1100001 110111

Color Harmonies of #D71DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DFC

Black with #D71DFC

Text Example


Text Example

White with #D71DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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