Html Css Color HEX #D807FA Psychedelic Purple

📋 copy color: '#D807FA'

red 216 ◦ green 7 ◦ blue 250

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

Shades of Psychedelic Purple #D807FA

Tints of Psychedelic Purple #D807FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 45.67%
G = 1.48%
B = 52.85%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D807FA (or 0xD807FA) is known color: Psychedelic Purple. HEX triplet: D8, 07 and FA. RGB value is (216,7,250). Sum of RGB (Red+Green+Blue) = 216+7+250=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 7 (3.12% from 255 or 1.48% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #D807FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D807FA is #27F805. Grayscale: #606060. Windows color (decimal): -2619398 or 16386008. OLE color: 16386008.

HSL color Cylindrical-coordinate representation of color #D807FA: hue angle of 291.6º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807FA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 7 250 -
CMYK 0.14 0.97 0 0.02
HSL 291.6º 0.96% 0.5% -
HSV(B) 291.6º 0.97% 0.98% -
XYZ 45.65 21.65 92.22 -
YUV 97.19 214.24 212.74 -
System Red Green Blue C M Y K H S L
Decimal 216 7 250 0.14 0.97 0 0.02 291.6 0.96 0.5
Hex D8 7 FA E 61 0 2 124 60 32
Octal 330 7 372 16 141 0 2 444 140 62
Binary 11011000 111 11111010 1110 1100001 0 10 100100100 1100000 110010

Color Harmonies of #D807FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807FA

Black with #D807FA

Text Example


Text Example

White with #D807FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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