Html Css Color HEX #D224ED Psychedelic Purple

📋 copy color: '#D224ED'

red 210 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #D224ED

Tints of Psychedelic Purple #D224ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.45%

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

R = 43.48%
G = 7.45%
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

#D224ED (or 0xD224ED) is known color: Psychedelic Purple. HEX triplet: D2, 24 and ED. RGB value is (210,36,237). Sum of RGB (Red+Green+Blue) = 210+36+237=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 36 (14.45% from 255 or 7.45% 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 #D224ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D224ED is #2DDB12. Grayscale: #6E6E6E. Windows color (decimal): -3005203 or 15541458. OLE color: 15541458.

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

Color convert

RGB 210 36 237 -
CMYK 0.11 0.85 0 0.07
HSL 291.94º 0.85% 0.54% -
HSV(B) 291.94º 0.85% 0.93% -
XYZ 42.5 21.08 81.95 -
YUV 110.94 199.15 198.66 -
System Red Green Blue C M Y K H S L
Decimal 210 36 237 0.11 0.85 0 0.07 291.94 0.85 0.54
Hex D2 24 ED B 55 0 7 124 55 36
Octal 322 44 355 13 125 0 7 444 125 66
Binary 11010010 100100 11101101 1011 1010101 0 111 100100100 1010101 110110

Color Harmonies of #D224ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D224ED

Black with #D224ED

Text Example


Text Example

White with #D224ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D224ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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