Html Css Color HEX #D813FF Psychedelic Purple

📋 copy color: '#D813FF'

red 216 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #D813FF

Tints of Psychedelic Purple #D813FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.88%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 44.08%
G = 3.88%
B = 52.04%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D813FF (or 0xD813FF) is known color: Psychedelic Purple. HEX triplet: D8, 13 and FF. RGB value is (216,19,255). Sum of RGB (Red+Green+Blue) = 216+19+255=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #D813FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D813FF is #27EC00. Grayscale: #686868. Windows color (decimal): -2616321 or 16716760. OLE color: 16716760.

HSL color Cylindrical-coordinate representation of color #D813FF: hue angle of 290.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D813FF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 216 19 255 -
CMYK 0.15 0.93 0 0
HSL 290.08º 1% 0.54% -
HSV(B) 290.08º 0.93% 1% -
XYZ 46.6 22.28 96.45 -
YUV 104.81 212.77 207.31 -
System Red Green Blue C M Y K H S L
Decimal 216 19 255 0.15 0.93 0 0 290.08 1 0.54
Hex D8 13 FF F 5D 0 0 122 64 36
Octal 330 23 377 17 135 0 0 442 144 66
Binary 11011000 10011 11111111 1111 1011101 0 0 100100010 1100100 110110

Color Harmonies of #D813FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D813FF

Black with #D813FF

Text Example


Text Example

White with #D813FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D813FF; }

 p { color: rgb(216,19,255); }

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

background-color css

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

 a { background-color: rgb(216,19,255); }

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

border-color css

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

 span { border-color: rgb(216,19,255); }

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