Html Css Color HEX #D807FE Psychedelic Purple

📋 copy color: '#D807FE'

red 216 ◦ green 7 ◦ blue 254

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

Shades of Psychedelic Purple #D807FE

Tints of Psychedelic Purple #D807FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.47%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 45.28%
G = 1.47%
B = 53.25%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D807FE (or 0xD807FE) is known color: Psychedelic Purple. HEX triplet: D8, 07 and FE. RGB value is (216,7,254). Sum of RGB (Red+Green+Blue) = 216+7+254=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #D807FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D807FE is #27F801. Grayscale: #606060. Windows color (decimal): -2619394 or 16648152. OLE color: 16648152.

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

Color convert

RGB 216 7 254 -
CMYK 0.15 0.97 0 0.00
HSL 290.77º 0.99% 0.51% -
HSV(B) 290.77º 0.97% 1% -
XYZ 46.28 21.91 95.55 -
YUV 97.65 216.24 212.42 -
System Red Green Blue C M Y K H S L
Decimal 216 7 254 0.15 0.97 0 0.00 290.77 0.99 0.51
Hex D8 7 FE F 61 0 0 123 63 33
Octal 330 7 376 17 141 0 0 443 143 63
Binary 11011000 111 11111110 1111 1100001 0 0 100100011 1100011 110011

Color Harmonies of #D807FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807FE

Black with #D807FE

Text Example


Text Example

White with #D807FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807FE; }

 p { color: rgb(216,7,254); }

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

background-color css

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

 a { background-color: rgb(216,7,254); }

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

border-color css

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

 span { border-color: rgb(216,7,254); }

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