Html Css Color HEX #D004FE Psychedelic Purple

📋 copy color: '#D004FE'

red 208 ◦ green 4 ◦ blue 254

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

Shades of Psychedelic Purple #D004FE

Tints of Psychedelic Purple #D004FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.86%

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

R = 44.64%
G = 0.86%
B = 54.51%

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

#D004FE (or 0xD004FE) is known color: Psychedelic Purple. HEX triplet: D0, 04 and FE. RGB value is (208,4,254). Sum of RGB (Red+Green+Blue) = 208+4+254=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #D004FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D004FE is #2FFB01. Grayscale: #5C5C5C. Windows color (decimal): -3144450 or 16647376. OLE color: 16647376.

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

Color convert

RGB 208 4 254 -
CMYK 0.18 0.98 0 0.00
HSL 288.96º 0.99% 0.51% -
HSV(B) 288.96º 0.98% 1% -
XYZ 43.95 20.65 95.44 -
YUV 93.5 218.59 209.67 -
System Red Green Blue C M Y K H S L
Decimal 208 4 254 0.18 0.98 0 0.00 288.96 0.99 0.51
Hex D0 4 FE 12 62 0 0 121 63 33
Octal 320 4 376 22 142 0 0 441 143 63
Binary 11010000 100 11111110 10010 1100010 0 0 100100001 1100011 110011

Color Harmonies of #D004FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004FE

Black with #D004FE

Text Example


Text Example

White with #D004FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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