Html Css Color HEX #D320F6 Psychedelic Purple

📋 copy color: '#D320F6'

red 211 ◦ green 32 ◦ blue 246

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

Shades of Psychedelic Purple #D320F6

Tints of Psychedelic Purple #D320F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 43.15%
G = 6.54%
B = 50.31%

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

#D320F6 (or 0xD320F6) is known color: Psychedelic Purple. HEX triplet: D3, 20 and F6. RGB value is (211,32,246). Sum of RGB (Red+Green+Blue) = 211+32+246=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #D320F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D320F6 is #2CDF09. Grayscale: #6D6D6D. Windows color (decimal): -2940682 or 16130259. OLE color: 16130259.

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

Color convert

RGB 211 32 246 -
CMYK 0.14 0.87 0 0.04
HSL 290.19º 0.92% 0.55% -
HSV(B) 290.19º 0.87% 0.96% -
XYZ 44.02 21.54 89.03 -
YUV 109.92 204.8 200.1 -
System Red Green Blue C M Y K H S L
Decimal 211 32 246 0.14 0.87 0 0.04 290.19 0.92 0.55
Hex D3 20 F6 E 57 0 4 122 5C 37
Octal 323 40 366 16 127 0 4 442 134 67
Binary 11010011 100000 11110110 1110 1010111 0 100 100100010 1011100 110111

Color Harmonies of #D320F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D320F6

Black with #D320F6

Text Example


Text Example

White with #D320F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D320F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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