Html Css Color HEX #D223ED Psychedelic Purple

📋 copy color: '#D223ED'

red 210 ◦ green 35 ◦ blue 237

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

Shades of Psychedelic Purple #D223ED

Tints of Psychedelic Purple #D223ED

RGB

 RED value IS 210 (82.42% from 255) = 43.57%

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

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

R = 43.57%
G = 7.26%
B = 49.17%

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

#D223ED (or 0xD223ED) is known color: Psychedelic Purple. HEX triplet: D2, 23 and ED. RGB value is (210,35,237). Sum of RGB (Red+Green+Blue) = 210+35+237=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #D223ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D223ED is #2DDC12. Grayscale: #6D6D6D. Windows color (decimal): -3005459 or 15541202. OLE color: 15541202.

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

Color convert

RGB 210 35 237 -
CMYK 0.11 0.85 0 0.07
HSL 291.98º 0.85% 0.53% -
HSV(B) 291.98º 0.85% 0.93% -
XYZ 42.47 21.02 81.94 -
YUV 110.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 210 35 237 0.11 0.85 0 0.07 291.98 0.85 0.53
Hex D2 23 ED B 55 0 7 124 55 35
Octal 322 43 355 13 125 0 7 444 125 65
Binary 11010010 100011 11101101 1011 1010101 0 111 100100100 1010101 110101

Color Harmonies of #D223ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223ED

Black with #D223ED

Text Example


Text Example

White with #D223ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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