Html Css Color HEX #D323EB Psychedelic Purple

📋 copy color: '#D323EB'

red 211 ◦ green 35 ◦ blue 235

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

Shades of Psychedelic Purple #D323EB

Tints of Psychedelic Purple #D323EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 43.87%
G = 7.28%
B = 48.86%

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

#D323EB (or 0xD323EB) is known color: Psychedelic Purple. HEX triplet: D3, 23 and EB. RGB value is (211,35,235). Sum of RGB (Red+Green+Blue) = 211+35+235=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #D323EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323EB is #2CDC14. Grayscale: #6D6D6D. Windows color (decimal): -2939925 or 15410131. OLE color: 15410131.

HSL color Cylindrical-coordinate representation of color #D323EB: hue angle of 292.8º 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 #D323EB is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 35 235 -
CMYK 0.10 0.85 0 0.08
HSL 292.8º 0.83% 0.53% -
HSV(B) 292.8º 0.85% 0.92% -
XYZ 42.46 21.05 80.42 -
YUV 110.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 211 35 235 0.10 0.85 0 0.08 292.8 0.83 0.53
Hex D3 23 EB A 55 0 8 125 53 35
Octal 323 43 353 12 125 0 10 445 123 65
Binary 11010011 100011 11101011 1010 1010101 0 1000 100100101 1010011 110101

Color Harmonies of #D323EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D323EB

Black with #D323EB

Text Example


Text Example

White with #D323EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D323EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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