Html Css Color HEX #D81DF9 Psychedelic Purple

📋 copy color: '#D81DF9'

red 216 ◦ green 29 ◦ blue 249

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

Shades of Psychedelic Purple #D81DF9

Tints of Psychedelic Purple #D81DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 43.72%
G = 5.87%
B = 50.4%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D81DF9 (or 0xD81DF9) is known color: Psychedelic Purple. HEX triplet: D8, 1D and F9. RGB value is (216,29,249). Sum of RGB (Red+Green+Blue) = 216+29+249=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #D81DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81DF9 is #27E206. Grayscale: #6D6D6D. Windows color (decimal): -2613767 or 16326104. OLE color: 16326104.

HSL color Cylindrical-coordinate representation of color #D81DF9: hue angle of 291º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81DF9 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 29 249 -
CMYK 0.13 0.88 0 0.02
HSL 291º 0.95% 0.55% -
HSV(B) 291º 0.88% 0.98% -
XYZ 45.86 22.32 91.51 -
YUV 109.99 206.45 203.61 -
System Red Green Blue C M Y K H S L
Decimal 216 29 249 0.13 0.88 0 0.02 291 0.95 0.55
Hex D8 1D F9 D 58 0 2 123 5F 37
Octal 330 35 371 15 130 0 2 443 137 67
Binary 11011000 11101 11111001 1101 1011000 0 10 100100011 1011111 110111

Color Harmonies of #D81DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DF9

Black with #D81DF9

Text Example


Text Example

White with #D81DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DF9; }

 p { color: rgb(216,29,249); }

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

background-color css

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

 a { background-color: rgb(216,29,249); }

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

border-color css

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

 span { border-color: rgb(216,29,249); }

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