Html Css Color HEX #D323FD Psychedelic Purple

📋 copy color: '#D323FD'

red 211 ◦ green 35 ◦ blue 253

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

Shades of Psychedelic Purple #D323FD

Tints of Psychedelic Purple #D323FD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.01%

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 42.28%
G = 7.01%
B = 50.7%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D323FD (or 0xD323FD) is known color: Psychedelic Purple. HEX triplet: D3, 23 and FD. RGB value is (211,35,253). Sum of RGB (Red+Green+Blue) = 211+35+253=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #D323FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323FD is #2CDC02. Grayscale: #6F6F6F. Windows color (decimal): -2939907 or 16589779. OLE color: 16589779.

HSL color Cylindrical-coordinate representation of color #D323FD: hue angle of 288.44º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D323FD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 35 253 -
CMYK 0.17 0.86 0 0.01
HSL 288.44º 0.98% 0.56% -
HSV(B) 288.44º 0.86% 0.99% -
XYZ 45.19 22.14 94.82 -
YUV 112.48 207.31 198.27 -
System Red Green Blue C M Y K H S L
Decimal 211 35 253 0.17 0.86 0 0.01 288.44 0.98 0.56
Hex D3 23 FD 11 56 0 1 120 62 38
Octal 323 43 375 21 126 0 1 440 142 70
Binary 11010011 100011 11111101 10001 1010110 0 1 100100000 1100010 111000

Color Harmonies of #D323FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D323FD

Black with #D323FD

Text Example


Text Example

White with #D323FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D323FD; }

 p { color: rgb(211,35,253); }

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

background-color css

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

 a { background-color: rgb(211,35,253); }

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

border-color css

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

 span { border-color: rgb(211,35,253); }

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