Html Css Color HEX #D325FC Psychedelic Purple

📋 copy color: '#D325FC'

red 211 ◦ green 37 ◦ blue 252

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

Shades of Psychedelic Purple #D325FC

Tints of Psychedelic Purple #D325FC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.4%

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

R = 42.2%
G = 7.4%
B = 50.4%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D325FC (or 0xD325FC) is known color: Psychedelic Purple. HEX triplet: D3, 25 and FC. RGB value is (211,37,252). Sum of RGB (Red+Green+Blue) = 211+37+252=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #D325FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325FC is #2CDA03. Grayscale: #707070. Windows color (decimal): -2939396 or 16524755. OLE color: 16524755.

HSL color Cylindrical-coordinate representation of color #D325FC: hue angle of 288.56º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D325FC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 37 252 -
CMYK 0.16 0.85 0 0.01
HSL 288.56º 0.97% 0.57% -
HSV(B) 288.56º 0.85% 0.99% -
XYZ 45.1 22.2 94 -
YUV 113.54 206.15 197.52 -
System Red Green Blue C M Y K H S L
Decimal 211 37 252 0.16 0.85 0 0.01 288.56 0.97 0.57
Hex D3 25 FC 10 55 0 1 121 61 39
Octal 323 45 374 20 125 0 1 441 141 71
Binary 11010011 100101 11111100 10000 1010101 0 1 100100001 1100001 111001

Color Harmonies of #D325FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325FC

Black with #D325FC

Text Example


Text Example

White with #D325FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325FC; }

 p { color: rgb(211,37,252); }

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

background-color css

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

 a { background-color: rgb(211,37,252); }

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

border-color css

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

 span { border-color: rgb(211,37,252); }

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