Html Css Color HEX #DD28FA Psychedelic Purple

📋 copy color: '#DD28FA'

red 221 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #DD28FA

Tints of Psychedelic Purple #DD28FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 43.25%
G = 7.83%
B = 48.92%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD28FA (or 0xDD28FA) is known color: Psychedelic Purple. HEX triplet: DD, 28 and FA. RGB value is (221,40,250). Sum of RGB (Red+Green+Blue) = 221+40+250=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28FA is #22D705. Grayscale: #757575. Windows color (decimal): -2283270 or 16394461. OLE color: 16394461.

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

Color convert

RGB 221 40 250 -
CMYK 0.12 0.84 0 0.02
HSL 291.71º 0.95% 0.57% -
HSV(B) 291.71º 0.84% 0.98% -
XYZ 47.83 23.79 92.51 -
YUV 118.06 202.47 201.42 -
System Red Green Blue C M Y K H S L
Decimal 221 40 250 0.12 0.84 0 0.02 291.71 0.95 0.57
Hex DD 28 FA C 54 0 2 124 5F 39
Octal 335 50 372 14 124 0 2 444 137 71
Binary 11011101 101000 11111010 1100 1010100 0 10 100100100 1011111 111001

Color Harmonies of #DD28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28FA

Black with #DD28FA

Text Example


Text Example

White with #DD28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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