Html Css Color HEX #D809F5 Psychedelic Purple

📋 copy color: '#D809F5'

red 216 ◦ green 9 ◦ blue 245

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

Shades of Psychedelic Purple #D809F5

Tints of Psychedelic Purple #D809F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.13%

R = 45.96%
G = 1.91%
B = 52.13%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D809F5 (or 0xD809F5) is known color: Psychedelic Purple. HEX triplet: D8, 09 and F5. RGB value is (216,9,245). Sum of RGB (Red+Green+Blue) = 216+9+245=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #D809F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D809F5 is #27F60A. Grayscale: #616161. Windows color (decimal): -2618891 or 16058840. OLE color: 16058840.

HSL color Cylindrical-coordinate representation of color #D809F5: hue angle of 292.63º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809F5 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 9 245 -
CMYK 0.12 0.96 0 0.04
HSL 292.63º 0.93% 0.5% -
HSV(B) 292.63º 0.96% 0.96% -
XYZ 44.9 21.39 88.15 -
YUV 97.8 211.08 212.31 -
System Red Green Blue C M Y K H S L
Decimal 216 9 245 0.12 0.96 0 0.04 292.63 0.93 0.5
Hex D8 9 F5 C 60 0 4 125 5D 32
Octal 330 11 365 14 140 0 4 445 135 62
Binary 11011000 1001 11110101 1100 1100000 0 100 100100101 1011101 110010

Color Harmonies of #D809F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809F5

Black with #D809F5

Text Example


Text Example

White with #D809F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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