Html Css Color HEX #D80EFD Psychedelic Purple

📋 copy color: '#D80EFD'

red 216 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #D80EFD

Tints of Psychedelic Purple #D80EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.9%

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 44.72%
G = 2.9%
B = 52.38%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D80EFD (or 0xD80EFD) is known color: Psychedelic Purple. HEX triplet: D8, 0E and FD. RGB value is (216,14,253). Sum of RGB (Red+Green+Blue) = 216+14+253=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #D80EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80EFD is #27F102. Grayscale: #646464. Windows color (decimal): -2617603 or 16584408. OLE color: 16584408.

HSL color Cylindrical-coordinate representation of color #D80EFD: hue angle of 290.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EFD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 14 253 -
CMYK 0.15 0.94 0 0.01
HSL 290.71º 0.98% 0.52% -
HSV(B) 290.71º 0.94% 0.99% -
XYZ 46.21 22 94.74 -
YUV 101.64 213.42 209.57 -
System Red Green Blue C M Y K H S L
Decimal 216 14 253 0.15 0.94 0 0.01 290.71 0.98 0.52
Hex D8 E FD F 5E 0 1 123 62 34
Octal 330 16 375 17 136 0 1 443 142 64
Binary 11011000 1110 11111101 1111 1011110 0 1 100100011 1100010 110100

Color Harmonies of #D80EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EFD

Black with #D80EFD

Text Example


Text Example

White with #D80EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EFD; }

 p { color: rgb(216,14,253); }

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

background-color css

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

 a { background-color: rgb(216,14,253); }

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

border-color css

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

 span { border-color: rgb(216,14,253); }

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