Html Css Color HEX #D304FE Psychedelic Purple

📋 copy color: '#D304FE'

red 211 ◦ green 4 ◦ blue 254

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

Shades of Psychedelic Purple #D304FE

Tints of Psychedelic Purple #D304FE

RGB

 RED value IS 211 (82.81% from 255) = 44.99%

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

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

R = 44.99%
G = 0.85%
B = 54.16%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D304FE (or 0xD304FE) is known color: Psychedelic Purple. HEX triplet: D3, 04 and FE. RGB value is (211,4,254). Sum of RGB (Red+Green+Blue) = 211+4+254=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #D304FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D304FE is #2CFB01. Grayscale: #5D5D5D. Windows color (decimal): -2947842 or 16647379. OLE color: 16647379.

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

Color convert

RGB 211 4 254 -
CMYK 0.17 0.98 0 0.00
HSL 289.68º 0.99% 0.51% -
HSV(B) 289.68º 0.98% 1% -
XYZ 44.8 21.09 95.48 -
YUV 94.39 218.08 211.17 -
System Red Green Blue C M Y K H S L
Decimal 211 4 254 0.17 0.98 0 0.00 289.68 0.99 0.51
Hex D3 4 FE 11 62 0 0 122 63 33
Octal 323 4 376 21 142 0 0 442 143 63
Binary 11010011 100 11111110 10001 1100010 0 0 100100010 1100011 110011

Color Harmonies of #D304FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D304FE

Black with #D304FE

Text Example


Text Example

White with #D304FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D304FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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