Html Css Color HEX #DD28FD Psychedelic Purple

📋 copy color: '#DD28FD'

red 221 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #DD28FD

Tints of Psychedelic Purple #DD28FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 43%
G = 7.78%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD28FD (or 0xDD28FD) is known color: Psychedelic Purple. HEX triplet: DD, 28 and FD. RGB value is (221,40,253). Sum of RGB (Red+Green+Blue) = 221+40+253=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 40 (16.02% from 255 or 7.78% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD28FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28FD is #22D702. Grayscale: #757575. Windows color (decimal): -2283267 or 16591069. OLE color: 16591069.

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

Color convert

RGB 221 40 253 -
CMYK 0.13 0.84 0 0.01
HSL 290.99º 0.98% 0.57% -
HSV(B) 290.99º 0.84% 0.99% -
XYZ 48.31 23.98 95.01 -
YUV 118.4 203.97 201.18 -
System Red Green Blue C M Y K H S L
Decimal 221 40 253 0.13 0.84 0 0.01 290.99 0.98 0.57
Hex DD 28 FD D 54 0 1 123 62 39
Octal 335 50 375 15 124 0 1 443 142 71
Binary 11011101 101000 11111101 1101 1010100 0 1 100100011 1100010 111001

Color Harmonies of #DD28FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28FD

Black with #DD28FD

Text Example


Text Example

White with #DD28FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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