Html Css Color HEX #DD28FB Psychedelic Purple

📋 copy color: '#DD28FB'

red 221 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #DD28FB

Tints of Psychedelic Purple #DD28FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 43.16%
G = 7.81%
B = 49.02%

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

#DD28FB (or 0xDD28FB) is known color: Psychedelic Purple. HEX triplet: DD, 28 and FB. RGB value is (221,40,251). Sum of RGB (Red+Green+Blue) = 221+40+251=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28FB is #22D704. Grayscale: #757575. Windows color (decimal): -2283269 or 16459997. OLE color: 16459997.

HSL color Cylindrical-coordinate representation of color #DD28FB: hue angle of 291.47º degrees, saturation: 0.96, 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 #DD28FB is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 40 251 -
CMYK 0.12 0.84 0 0.02
HSL 291.47º 0.96% 0.57% -
HSV(B) 291.47º 0.84% 0.98% -
XYZ 47.99 23.85 93.34 -
YUV 118.17 202.97 201.34 -
System Red Green Blue C M Y K H S L
Decimal 221 40 251 0.12 0.84 0 0.02 291.47 0.96 0.57
Hex DD 28 FB C 54 0 2 123 60 39
Octal 335 50 373 14 124 0 2 443 140 71
Binary 11011101 101000 11111011 1100 1010100 0 10 100100011 1100000 111001

Color Harmonies of #DD28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28FB

Black with #DD28FB

Text Example


Text Example

White with #DD28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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