Html Css Color HEX #D327FF Psychedelic Purple

📋 copy color: '#D327FF'

red 211 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #D327FF

Tints of Psychedelic Purple #D327FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.72%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 41.78%
G = 7.72%
B = 50.5%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D327FF (or 0xD327FF) is known color: Psychedelic Purple. HEX triplet: D3, 27 and FF. RGB value is (211,39,255). Sum of RGB (Red+Green+Blue) = 211+39+255=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #D327FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D327FF is #2CD800. Grayscale: #727272. Windows color (decimal): -2938881 or 16721875. OLE color: 16721875.

HSL color Cylindrical-coordinate representation of color #D327FF: hue angle of 287.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D327FF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 39 255 -
CMYK 0.17 0.85 0 0
HSL 287.78º 1% 0.58% -
HSV(B) 287.78º 0.85% 1% -
XYZ 45.64 22.52 96.55 -
YUV 115.05 206.98 196.44 -
System Red Green Blue C M Y K H S L
Decimal 211 39 255 0.17 0.85 0 0 287.78 1 0.58
Hex D3 27 FF 11 55 0 0 120 64 3A
Octal 323 47 377 21 125 0 0 440 144 72
Binary 11010011 100111 11111111 10001 1010101 0 0 100100000 1100100 111010

Color Harmonies of #D327FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327FF

Black with #D327FF

Text Example


Text Example

White with #D327FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327FF; }

 p { color: rgb(211,39,255); }

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

background-color css

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

 a { background-color: rgb(211,39,255); }

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

border-color css

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

 span { border-color: rgb(211,39,255); }

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