Html Css Color HEX #DD28F6 Psychedelic Purple

📋 copy color: '#DD28F6'

red 221 ◦ green 40 ◦ blue 246

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

Shades of Psychedelic Purple #DD28F6

Tints of Psychedelic Purple #DD28F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.52%

R = 43.59%
G = 7.89%
B = 48.52%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD28F6 (or 0xDD28F6) is known color: Psychedelic Purple. HEX triplet: DD, 28 and F6. RGB value is (221,40,246). Sum of RGB (Red+Green+Blue) = 221+40+246=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD28F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD28F6 is #22D709. Grayscale: #747474. Windows color (decimal): -2283274 or 16132317. OLE color: 16132317.

HSL color Cylindrical-coordinate representation of color #DD28F6: hue angle of 292.72º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD28F6 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 40 246 -
CMYK 0.10 0.84 0 0.04
HSL 292.72º 0.92% 0.56% -
HSV(B) 292.72º 0.84% 0.96% -
XYZ 47.21 23.54 89.24 -
YUV 117.6 200.47 201.75 -
System Red Green Blue C M Y K H S L
Decimal 221 40 246 0.10 0.84 0 0.04 292.72 0.92 0.56
Hex DD 28 F6 A 54 0 4 125 5C 38
Octal 335 50 366 12 124 0 4 445 134 70
Binary 11011101 101000 11110110 1010 1010100 0 100 100100101 1011100 111000

Color Harmonies of #DD28F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28F6

Black with #DD28F6

Text Example


Text Example

White with #DD28F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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