Html Css Color HEX #D000FD Psychedelic Purple

📋 copy color: '#D000FD'

red 208 ◦ green 0 ◦ blue 253

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

Shades of Psychedelic Purple #D000FD

Tints of Psychedelic Purple #D000FD

RGB

 RED value IS 208 (81.64% from 255) = 45.12%

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

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

R = 45.12%
G = 0%
B = 54.88%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D000FD (or 0xD000FD) is known color: Psychedelic Purple. HEX triplet: D0, 00 and FD. RGB value is (208,0,253). Sum of RGB (Red+Green+Blue) = 208+0+253=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #D000FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000FD is #2FFF02. Grayscale: #5A5A5A. Windows color (decimal): -3145475 or 16580816. OLE color: 16580816.

HSL color Cylindrical-coordinate representation of color #D000FD: hue angle of 289.33º 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 #D000FD is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 0 253 -
CMYK 0.18 1 0 0.01
HSL 289.33º 1% 0.5% -
HSV(B) 289.33º 1% 0.99% -
XYZ 43.74 20.5 94.58 -
YUV 91.03 219.41 211.43 -
System Red Green Blue C M Y K H S L
Decimal 208 0 253 0.18 1 0 0.01 289.33 1 0.5
Hex D0 0 FD 12 64 0 1 121 64 32
Octal 320 0 375 22 144 0 1 441 144 62
Binary 11010000 0 11111101 10010 1100100 0 1 100100001 1100100 110010

Color Harmonies of #D000FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000FD

Black with #D000FD

Text Example


Text Example

White with #D000FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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