Html Css Color HEX #D221EE Psychedelic Purple

📋 copy color: '#D221EE'

red 210 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #D221EE

Tints of Psychedelic Purple #D221EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.86%

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

R = 43.66%
G = 6.86%
B = 49.48%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D221EE (or 0xD221EE) is known color: Psychedelic Purple. HEX triplet: D2, 21 and EE. RGB value is (210,33,238). Sum of RGB (Red+Green+Blue) = 210+33+238=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #D221EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221EE is #2DDE11. Grayscale: #6C6C6C. Windows color (decimal): -3005970 or 15606226. OLE color: 15606226.

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

Color convert

RGB 210 33 238 -
CMYK 0.12 0.86 0 0.07
HSL 291.8º 0.86% 0.53% -
HSV(B) 291.8º 0.86% 0.93% -
XYZ 42.55 20.96 82.69 -
YUV 109.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 210 33 238 0.12 0.86 0 0.07 291.8 0.86 0.53
Hex D2 21 EE C 56 0 7 124 56 35
Octal 322 41 356 14 126 0 7 444 126 65
Binary 11010010 100001 11101110 1100 1010110 0 111 100100100 1010110 110101

Color Harmonies of #D221EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221EE

Black with #D221EE

Text Example


Text Example

White with #D221EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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