Html Css Color HEX #D504FC Psychedelic Purple

📋 copy color: '#D504FC'

red 213 ◦ green 4 ◦ blue 252

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

Shades of Psychedelic Purple #D504FC

Tints of Psychedelic Purple #D504FC

RGB

 RED value IS 213 (83.59% from 255) = 45.42%

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

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 45.42%
G = 0.85%
B = 53.73%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D504FC (or 0xD504FC) is known color: Psychedelic Purple. HEX triplet: D5, 04 and FC. RGB value is (213,4,252). Sum of RGB (Red+Green+Blue) = 213+4+252=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #D504FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D504FC is #2AFB03. Grayscale: #5D5D5D. Windows color (decimal): -2816772 or 16516309. OLE color: 16516309.

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

Color convert

RGB 213 4 252 -
CMYK 0.15 0.98 0 0.01
HSL 290.56º 0.98% 0.5% -
HSV(B) 290.56º 0.98% 0.99% -
XYZ 45.05 21.26 93.82 -
YUV 94.76 216.74 212.33 -
System Red Green Blue C M Y K H S L
Decimal 213 4 252 0.15 0.98 0 0.01 290.56 0.98 0.5
Hex D5 4 FC F 62 0 1 123 62 32
Octal 325 4 374 17 142 0 1 443 142 62
Binary 11010101 100 11111100 1111 1100010 0 1 100100011 1100010 110010

Color Harmonies of #D504FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504FC

Black with #D504FC

Text Example


Text Example

White with #D504FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504FC; }

 p { color: rgb(213,4,252); }

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

background-color css

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

 a { background-color: rgb(213,4,252); }

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

border-color css

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

 span { border-color: rgb(213,4,252); }

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