Html Css Color HEX #D327F2 Psychedelic Purple

📋 copy color: '#D327F2'

red 211 ◦ green 39 ◦ blue 242

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

Shades of Psychedelic Purple #D327F2

Tints of Psychedelic Purple #D327F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.19%

R = 42.89%
G = 7.93%
B = 49.19%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D327F2 (or 0xD327F2) is known color: Psychedelic Purple. HEX triplet: D3, 27 and F2. RGB value is (211,39,242). Sum of RGB (Red+Green+Blue) = 211+39+242=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #D327F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D327F2 is #2CD80D. Grayscale: #707070. Windows color (decimal): -2938894 or 15869907. OLE color: 15869907.

HSL color Cylindrical-coordinate representation of color #D327F2: hue angle of 290.84º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D327F2 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 39 242 -
CMYK 0.13 0.84 0 0.05
HSL 290.84º 0.89% 0.55% -
HSV(B) 290.84º 0.84% 0.95% -
XYZ 43.62 21.71 85.9 -
YUV 113.57 200.48 197.49 -
System Red Green Blue C M Y K H S L
Decimal 211 39 242 0.13 0.84 0 0.05 290.84 0.89 0.55
Hex D3 27 F2 D 54 0 5 123 59 37
Octal 323 47 362 15 124 0 5 443 131 67
Binary 11010011 100111 11110010 1101 1010100 0 101 100100011 1011001 110111

Color Harmonies of #D327F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327F2

Black with #D327F2

Text Example


Text Example

White with #D327F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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