Html Css Color HEX #D81EFD Psychedelic Purple

📋 copy color: '#D81EFD'

red 216 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #D81EFD

Tints of Psychedelic Purple #D81EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.01%

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

R = 43.29%
G = 6.01%
B = 50.7%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D81EFD (or 0xD81EFD) is known color: Psychedelic Purple. HEX triplet: D8, 1E and FD. RGB value is (216,30,253). Sum of RGB (Red+Green+Blue) = 216+30+253=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #D81EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81EFD is #27E102. Grayscale: #6E6E6E. Windows color (decimal): -2613507 or 16588504. OLE color: 16588504.

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

Color convert

RGB 216 30 253 -
CMYK 0.15 0.88 0 0.01
HSL 290.04º 0.98% 0.55% -
HSV(B) 290.04º 0.88% 0.99% -
XYZ 46.51 22.62 94.84 -
YUV 111.04 208.12 202.87 -
System Red Green Blue C M Y K H S L
Decimal 216 30 253 0.15 0.88 0 0.01 290.04 0.98 0.55
Hex D8 1E FD F 58 0 1 122 62 37
Octal 330 36 375 17 130 0 1 442 142 67
Binary 11011000 11110 11111101 1111 1011000 0 1 100100010 1100010 110111

Color Harmonies of #D81EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81EFD

Black with #D81EFD

Text Example


Text Example

White with #D81EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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