Html Css Color HEX #DC2DEE Psychedelic Purple

📋 copy color: '#DC2DEE'

red 220 ◦ green 45 ◦ blue 238

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

Shades of Psychedelic Purple #DC2DEE

Tints of Psychedelic Purple #DC2DEE

RGB

 RED value IS 220 (86.33% from 255) = 43.74%

 GREEN value IS 45 (17.97% from 255) = 8.95%

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

R = 43.74%
G = 8.95%
B = 47.32%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC2DEE (or 0xDC2DEE) is known color: Psychedelic Purple. HEX triplet: DC, 2D and EE. RGB value is (220,45,238). Sum of RGB (Red+Green+Blue) = 220+45+238=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2DEE is #23D211. Grayscale: #767676. Windows color (decimal): -2347538 or 15609308. OLE color: 15609308.

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

Color convert

RGB 220 45 238 -
CMYK 0.08 0.81 0 0.07
HSL 294.4º 0.85% 0.55% -
HSV(B) 294.4º 0.81% 0.93% -
XYZ 45.89 23.27 82.96 -
YUV 119.33 194.98 199.81 -
System Red Green Blue C M Y K H S L
Decimal 220 45 238 0.08 0.81 0 0.07 294.4 0.85 0.55
Hex DC 2D EE 8 51 0 7 126 55 37
Octal 334 55 356 10 121 0 7 446 125 67
Binary 11011100 101101 11101110 1000 1010001 0 111 100100110 1010101 110111

Color Harmonies of #DC2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2DEE

Black with #DC2DEE

Text Example


Text Example

White with #DC2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2DEE; }

 p { color: rgb(220,45,238); }

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

background-color css

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

 a { background-color: rgb(220,45,238); }

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

border-color css

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

 span { border-color: rgb(220,45,238); }

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