Html Css Color HEX #D221EC Psychedelic Purple

📋 copy color: '#D221EC'

red 210 ◦ green 33 ◦ blue 236

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

Shades of Psychedelic Purple #D221EC

Tints of Psychedelic Purple #D221EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 43.84%
G = 6.89%
B = 49.27%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D221EC (or 0xD221EC) is known color: Psychedelic Purple. HEX triplet: D2, 21 and EC. RGB value is (210,33,236). Sum of RGB (Red+Green+Blue) = 210+33+236=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #D221EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D221EC is #2DDE13. Grayscale: #6C6C6C. Windows color (decimal): -3005972 or 15475154. OLE color: 15475154.

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

Color convert

RGB 210 33 236 -
CMYK 0.11 0.86 0 0.07
HSL 292.32º 0.84% 0.53% -
HSV(B) 292.32º 0.86% 0.93% -
XYZ 42.26 20.85 81.15 -
YUV 109.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 210 33 236 0.11 0.86 0 0.07 292.32 0.84 0.53
Hex D2 21 EC B 56 0 7 124 54 35
Octal 322 41 354 13 126 0 7 444 124 65
Binary 11010010 100001 11101100 1011 1010110 0 111 100100100 1010100 110101

Color Harmonies of #D221EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221EC

Black with #D221EC

Text Example


Text Example

White with #D221EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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