Html Css Color HEX #D71DF6 Psychedelic Purple

📋 copy color: '#D71DF6'

red 215 ◦ green 29 ◦ blue 246

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

Shades of Psychedelic Purple #D71DF6

Tints of Psychedelic Purple #D71DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.2%

R = 43.88%
G = 5.92%
B = 50.2%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D71DF6 (or 0xD71DF6) is known color: Psychedelic Purple. HEX triplet: D7, 1D and F6. RGB value is (215,29,246). Sum of RGB (Red+Green+Blue) = 215+29+246=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #D71DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71DF6 is #28E209. Grayscale: #6C6C6C. Windows color (decimal): -2679306 or 16129495. OLE color: 16129495.

HSL color Cylindrical-coordinate representation of color #D71DF6: hue angle of 291.43º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71DF6 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 29 246 -
CMYK 0.13 0.88 0 0.04
HSL 291.43º 0.92% 0.54% -
HSV(B) 291.43º 0.88% 0.96% -
XYZ 45.1 21.98 89.05 -
YUV 109.35 205.12 203.36 -
System Red Green Blue C M Y K H S L
Decimal 215 29 246 0.13 0.88 0 0.04 291.43 0.92 0.54
Hex D7 1D F6 D 58 0 4 123 5C 36
Octal 327 35 366 15 130 0 4 443 134 66
Binary 11010111 11101 11110110 1101 1011000 0 100 100100011 1011100 110110

Color Harmonies of #D71DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71DF6

Black with #D71DF6

Text Example


Text Example

White with #D71DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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