Html Css Color HEX #D71FF2 Psychedelic Purple

📋 copy color: '#D71FF2'

red 215 ◦ green 31 ◦ blue 242

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

Shades of Psychedelic Purple #D71FF2

Tints of Psychedelic Purple #D71FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.59%

R = 44.06%
G = 6.35%
B = 49.59%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D71FF2 (or 0xD71FF2) is known color: Psychedelic Purple. HEX triplet: D7, 1F and F2. RGB value is (215,31,242). Sum of RGB (Red+Green+Blue) = 215+31+242=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 31 (12.5% from 255 or 6.35% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #D71FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71FF2 is #28E00D. Grayscale: #6D6D6D. Windows color (decimal): -2678798 or 15867863. OLE color: 15867863.

HSL color Cylindrical-coordinate representation of color #D71FF2: hue angle of 292.32º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71FF2 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 31 242 -
CMYK 0.11 0.87 0 0.05
HSL 292.32º 0.89% 0.54% -
HSV(B) 292.32º 0.87% 0.95% -
XYZ 44.54 21.84 85.87 -
YUV 110.07 202.46 202.84 -
System Red Green Blue C M Y K H S L
Decimal 215 31 242 0.11 0.87 0 0.05 292.32 0.89 0.54
Hex D7 1F F2 B 57 0 5 124 59 36
Octal 327 37 362 13 127 0 5 444 131 66
Binary 11010111 11111 11110010 1011 1010111 0 101 100100100 1011001 110110

Color Harmonies of #D71FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FF2

Black with #D71FF2

Text Example


Text Example

White with #D71FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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