Html Css Color HEX #D814FD Psychedelic Purple

📋 copy color: '#D814FD'

red 216 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #D814FD

Tints of Psychedelic Purple #D814FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.09%

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

R = 44.17%
G = 4.09%
B = 51.74%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D814FD (or 0xD814FD) is known color: Psychedelic Purple. HEX triplet: D8, 14 and FD. RGB value is (216,20,253). Sum of RGB (Red+Green+Blue) = 216+20+253=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #D814FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D814FD is #27EB02. Grayscale: #686868. Windows color (decimal): -2616067 or 16585944. OLE color: 16585944.

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

Color convert

RGB 216 20 253 -
CMYK 0.15 0.92 0 0.01
HSL 290.47º 0.98% 0.54% -
HSV(B) 290.47º 0.92% 0.99% -
XYZ 46.3 22.19 94.77 -
YUV 105.17 211.43 207.05 -
System Red Green Blue C M Y K H S L
Decimal 216 20 253 0.15 0.92 0 0.01 290.47 0.98 0.54
Hex D8 14 FD F 5C 0 1 122 62 36
Octal 330 24 375 17 134 0 1 442 142 66
Binary 11011000 10100 11111101 1111 1011100 0 1 100100010 1100010 110110

Color Harmonies of #D814FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814FD

Black with #D814FD

Text Example


Text Example

White with #D814FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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