Html Css Color HEX #D323ED Psychedelic Purple

📋 copy color: '#D323ED'

red 211 ◦ green 35 ◦ blue 237

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

Shades of Psychedelic Purple #D323ED

Tints of Psychedelic Purple #D323ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 43.69%
G = 7.25%
B = 49.07%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D323ED (or 0xD323ED) is known color: Psychedelic Purple. HEX triplet: D3, 23 and ED. RGB value is (211,35,237). Sum of RGB (Red+Green+Blue) = 211+35+237=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #D323ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323ED is #2CDC12. Grayscale: #6E6E6E. Windows color (decimal): -2939923 or 15541203. OLE color: 15541203.

HSL color Cylindrical-coordinate representation of color #D323ED: hue angle of 292.28º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D323ED is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 35 237 -
CMYK 0.11 0.85 0 0.07
HSL 292.28º 0.85% 0.53% -
HSV(B) 292.28º 0.85% 0.93% -
XYZ 42.75 21.17 81.95 -
YUV 110.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 211 35 237 0.11 0.85 0 0.07 292.28 0.85 0.53
Hex D3 23 ED B 55 0 7 124 55 35
Octal 323 43 355 13 125 0 7 444 125 65
Binary 11010011 100011 11101101 1011 1010101 0 111 100100100 1010101 110101

Color Harmonies of #D323ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D323ED

Black with #D323ED

Text Example


Text Example

White with #D323ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D323ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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