Html Css Color HEX #DD28FE Psychedelic Purple

📋 copy color: '#DD28FE'

red 221 ◦ green 40 ◦ blue 254

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

Shades of Psychedelic Purple #DD28FE

Tints of Psychedelic Purple #DD28FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 42.91%
G = 7.77%
B = 49.32%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD28FE (or 0xDD28FE) is known color: Psychedelic Purple. HEX triplet: DD, 28 and FE. RGB value is (221,40,254). Sum of RGB (Red+Green+Blue) = 221+40+254=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 40 (16.02% from 255 or 7.77% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28FE is #22D701. Grayscale: #757575. Windows color (decimal): -2283266 or 16656605. OLE color: 16656605.

HSL color Cylindrical-coordinate representation of color #DD28FE: hue angle of 290.75º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD28FE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 40 254 -
CMYK 0.13 0.84 0 0.00
HSL 290.75º 0.99% 0.58% -
HSV(B) 290.75º 0.84% 1% -
XYZ 48.47 24.05 95.85 -
YUV 118.52 204.47 201.1 -
System Red Green Blue C M Y K H S L
Decimal 221 40 254 0.13 0.84 0 0.00 290.75 0.99 0.58
Hex DD 28 FE D 54 0 0 123 63 3A
Octal 335 50 376 15 124 0 0 443 143 72
Binary 11011101 101000 11111110 1101 1010100 0 0 100100011 1100011 111010

Color Harmonies of #DD28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28FE

Black with #DD28FE

Text Example


Text Example

White with #DD28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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