Html Css Color HEX #D814F8 Psychedelic Purple

📋 copy color: '#D814F8'

red 216 ◦ green 20 ◦ blue 248

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

Shades of Psychedelic Purple #D814F8

Tints of Psychedelic Purple #D814F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.24%

R = 44.63%
G = 4.13%
B = 51.24%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D814F8 (or 0xD814F8) is known color: Psychedelic Purple. HEX triplet: D8, 14 and F8. RGB value is (216,20,248). Sum of RGB (Red+Green+Blue) = 216+20+248=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #D814F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D814F8 is #27EB07. Grayscale: #676767. Windows color (decimal): -2616072 or 16258264. OLE color: 16258264.

HSL color Cylindrical-coordinate representation of color #D814F8: hue angle of 291.58º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D814F8 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 20 248 -
CMYK 0.13 0.92 0 0.03
HSL 291.58º 0.94% 0.53% -
HSV(B) 291.58º 0.92% 0.97% -
XYZ 45.51 21.88 90.63 -
YUV 104.6 208.93 207.46 -
System Red Green Blue C M Y K H S L
Decimal 216 20 248 0.13 0.92 0 0.03 291.58 0.94 0.53
Hex D8 14 F8 D 5C 0 3 124 5E 35
Octal 330 24 370 15 134 0 3 444 136 65
Binary 11011000 10100 11111000 1101 1011100 0 11 100100100 1011110 110101

Color Harmonies of #D814F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814F8

Black with #D814F8

Text Example


Text Example

White with #D814F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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