Html Css Color HEX #DC2BEB Psychedelic Purple

📋 copy color: '#DC2BEB'

red 220 ◦ green 43 ◦ blue 235

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

Shades of Psychedelic Purple #DC2BEB

Tints of Psychedelic Purple #DC2BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.63%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 44.18%
G = 8.63%
B = 47.19%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC2BEB (or 0xDC2BEB) is known color: Psychedelic Purple. HEX triplet: DC, 2B and EB. RGB value is (220,43,235). Sum of RGB (Red+Green+Blue) = 220+43+235=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2BEB is #23D414. Grayscale: #757575. Windows color (decimal): -2348053 or 15412188. OLE color: 15412188.

HSL color Cylindrical-coordinate representation of color #DC2BEB: hue angle of 295.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2BEB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 43 235 -
CMYK 0.06 0.82 0 0.08
HSL 295.31º 0.83% 0.55% -
HSV(B) 295.31º 0.82% 0.92% -
XYZ 45.37 22.94 80.63 -
YUV 117.81 194.14 200.89 -
System Red Green Blue C M Y K H S L
Decimal 220 43 235 0.06 0.82 0 0.08 295.31 0.83 0.55
Hex DC 2B EB 6 52 0 8 127 53 37
Octal 334 53 353 6 122 0 10 447 123 67
Binary 11011100 101011 11101011 110 1010010 0 1000 100100111 1010011 110111

Color Harmonies of #DC2BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2BEB

Black with #DC2BEB

Text Example


Text Example

White with #DC2BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2BEB; }

 p { color: rgb(220,43,235); }

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

background-color css

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

 a { background-color: rgb(220,43,235); }

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

border-color css

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

 span { border-color: rgb(220,43,235); }

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