Html Css Color HEX #DD2DEB Psychedelic Purple

📋 copy color: '#DD2DEB'

red 221 ◦ green 45 ◦ blue 235

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

Shades of Psychedelic Purple #DD2DEB

Tints of Psychedelic Purple #DD2DEB

RGB

 RED value IS 221 (86.72% from 255) = 44.11%

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

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

R = 44.11%
G = 8.98%
B = 46.91%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD2DEB (or 0xDD2DEB) is known color: Psychedelic Purple. HEX triplet: DD, 2D and EB. RGB value is (221,45,235). Sum of RGB (Red+Green+Blue) = 221+45+235=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 45 (17.97% from 255 or 8.98% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DEB is #22D214. Grayscale: #767676. Windows color (decimal): -2282005 or 15412701. OLE color: 15412701.

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

Color convert

RGB 221 45 235 -
CMYK 0.06 0.81 0 0.08
HSL 295.58º 0.83% 0.55% -
HSV(B) 295.58º 0.81% 0.92% -
XYZ 45.75 23.25 80.67 -
YUV 119.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 221 45 235 0.06 0.81 0 0.08 295.58 0.83 0.55
Hex DD 2D EB 6 51 0 8 128 53 37
Octal 335 55 353 6 121 0 10 450 123 67
Binary 11011101 101101 11101011 110 1010001 0 1000 100101000 1010011 110111

Color Harmonies of #DD2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DEB

Black with #DD2DEB

Text Example


Text Example

White with #DD2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DEB; }

 p { color: rgb(221,45,235); }

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

background-color css

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

 a { background-color: rgb(221,45,235); }

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

border-color css

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

 span { border-color: rgb(221,45,235); }

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