Html Css Color HEX #D321F6 Psychedelic Purple

📋 copy color: '#D321F6'

red 211 ◦ green 33 ◦ blue 246

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

Shades of Psychedelic Purple #D321F6

Tints of Psychedelic Purple #D321F6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.73%

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

R = 43.06%
G = 6.73%
B = 50.2%

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

#D321F6 (or 0xD321F6) is known color: Psychedelic Purple. HEX triplet: D3, 21 and F6. RGB value is (211,33,246). Sum of RGB (Red+Green+Blue) = 211+33+246=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 33 (13.28% from 255 or 6.73% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #D321F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D321F6 is #2CDE09. Grayscale: #6D6D6D. Windows color (decimal): -2940426 or 16130515. OLE color: 16130515.

HSL color Cylindrical-coordinate representation of color #D321F6: hue angle of 290.14º 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 #D321F6 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 33 246 -
CMYK 0.14 0.87 0 0.04
HSL 290.14º 0.92% 0.55% -
HSV(B) 290.14º 0.87% 0.96% -
XYZ 44.04 21.59 89.03 -
YUV 110.5 204.47 199.68 -
System Red Green Blue C M Y K H S L
Decimal 211 33 246 0.14 0.87 0 0.04 290.14 0.92 0.55
Hex D3 21 F6 E 57 0 4 122 5C 37
Octal 323 41 366 16 127 0 4 442 134 67
Binary 11010011 100001 11110110 1110 1010111 0 100 100100010 1011100 110111

Color Harmonies of #D321F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D321F6

Black with #D321F6

Text Example


Text Example

White with #D321F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D321F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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