Html Css Color HEX #DD28EA Psychedelic Purple

📋 copy color: '#DD28EA'

red 221 ◦ green 40 ◦ blue 234

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

Shades of Psychedelic Purple #DD28EA

Tints of Psychedelic Purple #DD28EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 44.65%
G = 8.08%
B = 47.27%

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

#DD28EA (or 0xDD28EA) is known color: Psychedelic Purple. HEX triplet: DD, 28 and EA. RGB value is (221,40,234). Sum of RGB (Red+Green+Blue) = 221+40+234=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD28EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28EA is #22D715. Grayscale: #737373. Windows color (decimal): -2283286 or 15345885. OLE color: 15345885.

HSL color Cylindrical-coordinate representation of color #DD28EA: hue angle of 295.98º degrees, saturation: 0.82, 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 #DD28EA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 40 234 -
CMYK 0.06 0.83 0 0.08
HSL 295.98º 0.82% 0.54% -
HSV(B) 295.98º 0.83% 0.92% -
XYZ 45.43 22.83 79.85 -
YUV 116.24 194.47 202.73 -
System Red Green Blue C M Y K H S L
Decimal 221 40 234 0.06 0.83 0 0.08 295.98 0.82 0.54
Hex DD 28 EA 6 53 0 8 128 52 36
Octal 335 50 352 6 123 0 10 450 122 66
Binary 11011101 101000 11101010 110 1010011 0 1000 100101000 1010010 110110

Color Harmonies of #DD28EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28EA

Black with #DD28EA

Text Example


Text Example

White with #DD28EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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