Html Css Color HEX #D800FD Psychedelic Purple

📋 copy color: '#D800FD'

red 216 ◦ green 0 ◦ blue 253

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

Shades of Psychedelic Purple #D800FD

Tints of Psychedelic Purple #D800FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 46.06%
G = 0%
B = 53.94%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D800FD (or 0xD800FD) is known color: Psychedelic Purple. HEX triplet: D8, 00 and FD. RGB value is (216,0,253). Sum of RGB (Red+Green+Blue) = 216+0+253=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #D800FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D800FD is #27FF02. Grayscale: #5C5C5C. Windows color (decimal): -2621187 or 16580824. OLE color: 16580824.

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

Color convert

RGB 216 0 253 -
CMYK 0.15 1 0 0.01
HSL 291.23º 1% 0.5% -
HSV(B) 291.23º 1% 0.99% -
XYZ 46.05 21.69 94.69 -
YUV 93.43 218.06 215.43 -
System Red Green Blue C M Y K H S L
Decimal 216 0 253 0.15 1 0 0.01 291.23 1 0.5
Hex D8 0 FD F 64 0 1 123 64 32
Octal 330 0 375 17 144 0 1 443 144 62
Binary 11011000 0 11111101 1111 1100100 0 1 100100011 1100100 110010

Color Harmonies of #D800FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800FD

Black with #D800FD

Text Example


Text Example

White with #D800FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800FD; }

 p { color: rgb(216,0,253); }

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

background-color css

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

 a { background-color: rgb(216,0,253); }

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

border-color css

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

 span { border-color: rgb(216,0,253); }

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