Html Css Color HEX #D005FE Psychedelic Purple

📋 copy color: '#D005FE'

red 208 ◦ green 5 ◦ blue 254

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

Shades of Psychedelic Purple #D005FE

Tints of Psychedelic Purple #D005FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 44.54%
G = 1.07%
B = 54.39%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D005FE (or 0xD005FE) is known color: Psychedelic Purple. HEX triplet: D0, 05 and FE. RGB value is (208,5,254). Sum of RGB (Red+Green+Blue) = 208+5+254=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #D005FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D005FE is #2FFA01. Grayscale: #5D5D5D. Windows color (decimal): -3144194 or 16647632. OLE color: 16647632.

HSL color Cylindrical-coordinate representation of color #D005FE: hue angle of 288.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005FE is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 5 254 -
CMYK 0.18 0.98 0 0.00
HSL 288.92º 0.99% 0.51% -
HSV(B) 288.92º 0.98% 1% -
XYZ 43.96 20.67 95.44 -
YUV 94.08 218.25 209.25 -
System Red Green Blue C M Y K H S L
Decimal 208 5 254 0.18 0.98 0 0.00 288.92 0.99 0.51
Hex D0 5 FE 12 62 0 0 121 63 33
Octal 320 5 376 22 142 0 0 441 143 63
Binary 11010000 101 11111110 10010 1100010 0 0 100100001 1100011 110011

Color Harmonies of #D005FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005FE

Black with #D005FE

Text Example


Text Example

White with #D005FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005FE; }

 p { color: rgb(208,5,254); }

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

background-color css

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

 a { background-color: rgb(208,5,254); }

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

border-color css

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

 span { border-color: rgb(208,5,254); }

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