Html Css Color HEX #DD28EB Psychedelic Purple

📋 copy color: '#DD28EB'

red 221 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #DD28EB

Tints of Psychedelic Purple #DD28EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.06%

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

R = 44.56%
G = 8.06%
B = 47.38%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD28EB (or 0xDD28EB) is known color: Psychedelic Purple. HEX triplet: DD, 28 and EB. RGB value is (221,40,235). Sum of RGB (Red+Green+Blue) = 221+40+235=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28EB is #22D714. Grayscale: #737373. Windows color (decimal): -2283285 or 15411421. OLE color: 15411421.

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

Color convert

RGB 221 40 235 -
CMYK 0.06 0.83 0 0.08
HSL 295.69º 0.83% 0.54% -
HSV(B) 295.69º 0.83% 0.92% -
XYZ 45.57 22.89 80.61 -
YUV 116.35 194.97 202.64 -
System Red Green Blue C M Y K H S L
Decimal 221 40 235 0.06 0.83 0 0.08 295.69 0.83 0.54
Hex DD 28 EB 6 53 0 8 128 53 36
Octal 335 50 353 6 123 0 10 450 123 66
Binary 11011101 101000 11101011 110 1010011 0 1000 100101000 1010011 110110

Color Harmonies of #DD28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28EB

Black with #DD28EB

Text Example


Text Example

White with #DD28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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