Html Css Color HEX #D323EA Psychedelic Purple

📋 copy color: '#D323EA'

red 211 ◦ green 35 ◦ blue 234

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

Shades of Psychedelic Purple #D323EA

Tints of Psychedelic Purple #D323EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 43.96%
G = 7.29%
B = 48.75%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D323EA (or 0xD323EA) is known color: Psychedelic Purple. HEX triplet: D3, 23 and EA. RGB value is (211,35,234). Sum of RGB (Red+Green+Blue) = 211+35+234=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #D323EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323EA is #2CDC15. Grayscale: #6D6D6D. Windows color (decimal): -2939926 or 15344595. OLE color: 15344595.

HSL color Cylindrical-coordinate representation of color #D323EA: hue angle of 293.07º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D323EA is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 35 234 -
CMYK 0.10 0.85 0 0.08
HSL 293.07º 0.83% 0.53% -
HSV(B) 293.07º 0.85% 0.92% -
XYZ 42.32 20.99 79.66 -
YUV 110.31 197.81 199.82 -
System Red Green Blue C M Y K H S L
Decimal 211 35 234 0.10 0.85 0 0.08 293.07 0.83 0.53
Hex D3 23 EA A 55 0 8 125 53 35
Octal 323 43 352 12 125 0 10 445 123 65
Binary 11010011 100011 11101010 1010 1010101 0 1000 100100101 1010011 110101

Color Harmonies of #D323EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D323EA

Black with #D323EA

Text Example


Text Example

White with #D323EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D323EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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