Html Css Color HEX #D320F0 Psychedelic Purple

📋 copy color: '#D320F0'

red 211 ◦ green 32 ◦ blue 240

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

Shades of Psychedelic Purple #D320F0

Tints of Psychedelic Purple #D320F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.69%

R = 43.69%
G = 6.63%
B = 49.69%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D320F0 (or 0xD320F0) is known color: Psychedelic Purple. HEX triplet: D3, 20 and F0. RGB value is (211,32,240). Sum of RGB (Red+Green+Blue) = 211+32+240=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #D320F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320F0 is #2CDF0F. Grayscale: #6C6C6C. Windows color (decimal): -2940688 or 15737043. OLE color: 15737043.

HSL color Cylindrical-coordinate representation of color #D320F0: hue angle of 291.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D320F0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 32 240 -
CMYK 0.12 0.87 0 0.06
HSL 291.63º 0.87% 0.53% -
HSV(B) 291.63º 0.87% 0.94% -
XYZ 43.11 21.17 84.25 -
YUV 109.23 201.8 200.59 -
System Red Green Blue C M Y K H S L
Decimal 211 32 240 0.12 0.87 0 0.06 291.63 0.87 0.53
Hex D3 20 F0 C 57 0 6 124 57 35
Octal 323 40 360 14 127 0 6 444 127 65
Binary 11010011 100000 11110000 1100 1010111 0 110 100100100 1010111 110101

Color Harmonies of #D320F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320F0

Black with #D320F0

Text Example


Text Example

White with #D320F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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