Html Css Color HEX #D223EE Psychedelic Purple

📋 copy color: '#D223EE'

red 210 ◦ green 35 ◦ blue 238

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

Shades of Psychedelic Purple #D223EE

Tints of Psychedelic Purple #D223EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 43.48%
G = 7.25%
B = 49.28%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D223EE (or 0xD223EE) is known color: Psychedelic Purple. HEX triplet: D2, 23 and EE. RGB value is (210,35,238). Sum of RGB (Red+Green+Blue) = 210+35+238=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #D223EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D223EE is #2DDC11. Grayscale: #6D6D6D. Windows color (decimal): -3005458 or 15606738. OLE color: 15606738.

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

Color convert

RGB 210 35 238 -
CMYK 0.12 0.85 0 0.07
HSL 291.72º 0.86% 0.54% -
HSV(B) 291.72º 0.85% 0.93% -
XYZ 42.61 21.08 82.71 -
YUV 110.47 199.98 198.99 -
System Red Green Blue C M Y K H S L
Decimal 210 35 238 0.12 0.85 0 0.07 291.72 0.86 0.54
Hex D2 23 EE C 55 0 7 124 56 36
Octal 322 43 356 14 125 0 7 444 126 66
Binary 11010010 100011 11101110 1100 1010101 0 111 100100100 1010110 110110

Color Harmonies of #D223EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223EE

Black with #D223EE

Text Example


Text Example

White with #D223EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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