Html Css Color HEX #D320F4 Psychedelic Purple

📋 copy color: '#D320F4'

red 211 ◦ green 32 ◦ blue 244

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

Shades of Psychedelic Purple #D320F4

Tints of Psychedelic Purple #D320F4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.57%

 BLUE value IS 244 (95.7% from 255) = 50.1%

R = 43.33%
G = 6.57%
B = 50.1%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D320F4 (or 0xD320F4) is known color: Psychedelic Purple. HEX triplet: D3, 20 and F4. RGB value is (211,32,244). Sum of RGB (Red+Green+Blue) = 211+32+244=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #D320F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320F4 is #2CDF0B. Grayscale: #6D6D6D. Windows color (decimal): -2940684 or 15999187. OLE color: 15999187.

HSL color Cylindrical-coordinate representation of color #D320F4: hue angle of 290.66º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D320F4 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 32 244 -
CMYK 0.14 0.87 0 0.04
HSL 290.66º 0.91% 0.54% -
HSV(B) 290.66º 0.87% 0.96% -
XYZ 43.71 21.41 87.42 -
YUV 109.69 203.8 200.26 -
System Red Green Blue C M Y K H S L
Decimal 211 32 244 0.14 0.87 0 0.04 290.66 0.91 0.54
Hex D3 20 F4 E 57 0 4 123 5B 36
Octal 323 40 364 16 127 0 4 443 133 66
Binary 11010011 100000 11110100 1110 1010111 0 100 100100011 1011011 110110

Color Harmonies of #D320F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320F4

Black with #D320F4

Text Example


Text Example

White with #D320F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320F4; }

 p { color: rgb(211,32,244); }

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

background-color css

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

 a { background-color: rgb(211,32,244); }

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

border-color css

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

 span { border-color: rgb(211,32,244); }

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