Html Css Color HEX #D81FF6 Psychedelic Purple

📋 copy color: '#D81FF6'

red 216 ◦ green 31 ◦ blue 246

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

Shades of Psychedelic Purple #D81FF6

Tints of Psychedelic Purple #D81FF6

RGB

 RED value IS 216 (84.77% from 255) = 43.81%

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

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

R = 43.81%
G = 6.29%
B = 49.9%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D81FF6 (or 0xD81FF6) is known color: Psychedelic Purple. HEX triplet: D8, 1F and F6. RGB value is (216,31,246). Sum of RGB (Red+Green+Blue) = 216+31+246=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 31 (12.5% from 255 or 6.29% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #D81FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81FF6 is #27E009. Grayscale: #6E6E6E. Windows color (decimal): -2613258 or 16130008. OLE color: 16130008.

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

Color convert

RGB 216 31 246 -
CMYK 0.12 0.87 0 0.04
HSL 291.63º 0.92% 0.54% -
HSV(B) 291.63º 0.87% 0.96% -
XYZ 45.44 22.23 89.08 -
YUV 110.83 204.29 203.02 -
System Red Green Blue C M Y K H S L
Decimal 216 31 246 0.12 0.87 0 0.04 291.63 0.92 0.54
Hex D8 1F F6 C 57 0 4 124 5C 36
Octal 330 37 366 14 127 0 4 444 134 66
Binary 11011000 11111 11110110 1100 1010111 0 100 100100100 1011100 110110

Color Harmonies of #D81FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81FF6

Black with #D81FF6

Text Example


Text Example

White with #D81FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81FF6; }

 p { color: rgb(216,31,246); }

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

background-color css

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

 a { background-color: rgb(216,31,246); }

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

border-color css

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

 span { border-color: rgb(216,31,246); }

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