Html Css Color HEX #D809FA Psychedelic Purple

📋 copy color: '#D809FA'

red 216 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #D809FA

Tints of Psychedelic Purple #D809FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.89%

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

R = 45.47%
G = 1.89%
B = 52.63%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D809FA (or 0xD809FA) is known color: Psychedelic Purple. HEX triplet: D8, 09 and FA. RGB value is (216,9,250). Sum of RGB (Red+Green+Blue) = 216+9+250=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 9 (3.91% from 255 or 1.89% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #D809FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D809FA is #27F605. Grayscale: #616161. Windows color (decimal): -2618886 or 16386520. OLE color: 16386520.

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

Color convert

RGB 216 9 250 -
CMYK 0.14 0.96 0 0.02
HSL 291.54º 0.96% 0.51% -
HSV(B) 291.54º 0.96% 0.98% -
XYZ 45.67 21.7 92.22 -
YUV 98.37 213.58 211.9 -
System Red Green Blue C M Y K H S L
Decimal 216 9 250 0.14 0.96 0 0.02 291.54 0.96 0.51
Hex D8 9 FA E 60 0 2 124 60 33
Octal 330 11 372 16 140 0 2 444 140 63
Binary 11011000 1001 11111010 1110 1100000 0 10 100100100 1100000 110011

Color Harmonies of #D809FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809FA

Black with #D809FA

Text Example


Text Example

White with #D809FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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