Html Css Color HEX #D80DF9 Psychedelic Purple

📋 copy color: '#D80DF9'

red 216 ◦ green 13 ◦ blue 249

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

Shades of Psychedelic Purple #D80DF9

Tints of Psychedelic Purple #D80DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.72%

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

R = 45.19%
G = 2.72%
B = 52.09%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D80DF9 (or 0xD80DF9) is known color: Psychedelic Purple. HEX triplet: D8, 0D and F9. RGB value is (216,13,249). Sum of RGB (Red+Green+Blue) = 216+13+249=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #D80DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80DF9 is #27F206. Grayscale: #636363. Windows color (decimal): -2617863 or 16322008. OLE color: 16322008.

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

Color convert

RGB 216 13 249 -
CMYK 0.13 0.95 0 0.02
HSL 291.61º 0.95% 0.51% -
HSV(B) 291.61º 0.95% 0.98% -
XYZ 45.56 21.73 91.41 -
YUV 100.6 211.75 210.31 -
System Red Green Blue C M Y K H S L
Decimal 216 13 249 0.13 0.95 0 0.02 291.61 0.95 0.51
Hex D8 D F9 D 5F 0 2 124 5F 33
Octal 330 15 371 15 137 0 2 444 137 63
Binary 11011000 1101 11111001 1101 1011111 0 10 100100100 1011111 110011

Color Harmonies of #D80DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80DF9

Black with #D80DF9

Text Example


Text Example

White with #D80DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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