Html Css Color HEX #D805F1 Psychedelic Purple

📋 copy color: '#D805F1'

red 216 ◦ green 5 ◦ blue 241

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

Shades of Psychedelic Purple #D805F1

Tints of Psychedelic Purple #D805F1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

 BLUE value IS 241 (94.53% from 255) = 52.16%

R = 46.75%
G = 1.08%
B = 52.16%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D805F1 (or 0xD805F1) is known color: Psychedelic Purple. HEX triplet: D8, 05 and F1. RGB value is (216,5,241). Sum of RGB (Red+Green+Blue) = 216+5+241=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #D805F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D805F1 is #27FA0E. Grayscale: #5E5E5E. Windows color (decimal): -2619919 or 15795672. OLE color: 15795672.

HSL color Cylindrical-coordinate representation of color #D805F1: hue angle of 293.64º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805F1 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 5 241 -
CMYK 0.10 0.98 0 0.05
HSL 293.64º 0.96% 0.48% -
HSV(B) 293.64º 0.98% 0.95% -
XYZ 44.25 21.06 84.95 -
YUV 94.99 210.4 214.31 -
System Red Green Blue C M Y K H S L
Decimal 216 5 241 0.10 0.98 0 0.05 293.64 0.96 0.48
Hex D8 5 F1 A 62 0 5 126 60 30
Octal 330 5 361 12 142 0 5 446 140 60
Binary 11011000 101 11110001 1010 1100010 0 101 100100110 1100000 110000

Color Harmonies of #D805F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D805F1

Black with #D805F1

Text Example


Text Example

White with #D805F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D805F1; }

 p { color: rgb(216,5,241); }

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

background-color css

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

 a { background-color: rgb(216,5,241); }

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

border-color css

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

 span { border-color: rgb(216,5,241); }

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