Html Css Color HEX #DD16F6 Psychedelic Purple

📋 copy color: '#DD16F6'

red 221 ◦ green 22 ◦ blue 246

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

Shades of Psychedelic Purple #DD16F6

Tints of Psychedelic Purple #DD16F6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.5%

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

R = 45.19%
G = 4.5%
B = 50.31%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD16F6 (or 0xDD16F6) is known color: Psychedelic Purple. HEX triplet: DD, 16 and F6. RGB value is (221,22,246). Sum of RGB (Red+Green+Blue) = 221+22+246=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD16F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD16F6 is #22E909. Grayscale: #6A6A6A. Windows color (decimal): -2287882 or 16127709. OLE color: 16127709.

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

Color convert

RGB 221 22 246 -
CMYK 0.10 0.91 0 0.04
HSL 293.3º 0.93% 0.53% -
HSV(B) 293.3º 0.91% 0.96% -
XYZ 46.74 22.6 89.09 -
YUV 107.04 206.43 209.29 -
System Red Green Blue C M Y K H S L
Decimal 221 22 246 0.10 0.91 0 0.04 293.3 0.93 0.53
Hex DD 16 F6 A 5B 0 4 125 5D 35
Octal 335 26 366 12 133 0 4 445 135 65
Binary 11011101 10110 11110110 1010 1011011 0 100 100100101 1011101 110101

Color Harmonies of #DD16F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16F6

Black with #DD16F6

Text Example


Text Example

White with #DD16F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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