Html Css Color HEX #DD20F6 Psychedelic Purple

📋 copy color: '#DD20F6'

red 221 ◦ green 32 ◦ blue 246

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

Shades of Psychedelic Purple #DD20F6

Tints of Psychedelic Purple #DD20F6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.41%

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

R = 44.29%
G = 6.41%
B = 49.3%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD20F6 (or 0xDD20F6) is known color: Psychedelic Purple. HEX triplet: DD, 20 and F6. RGB value is (221,32,246). Sum of RGB (Red+Green+Blue) = 221+32+246=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD20F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20F6 is #22DF09. Grayscale: #707070. Windows color (decimal): -2285322 or 16130269. OLE color: 16130269.

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

Color convert

RGB 221 32 246 -
CMYK 0.10 0.87 0 0.04
HSL 292.99º 0.92% 0.55% -
HSV(B) 292.99º 0.87% 0.96% -
XYZ 46.97 23.06 89.16 -
YUV 112.91 203.12 205.1 -
System Red Green Blue C M Y K H S L
Decimal 221 32 246 0.10 0.87 0 0.04 292.99 0.92 0.55
Hex DD 20 F6 A 57 0 4 125 5C 37
Octal 335 40 366 12 127 0 4 445 134 67
Binary 11011101 100000 11110110 1010 1010111 0 100 100100101 1011100 110111

Color Harmonies of #DD20F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20F6

Black with #DD20F6

Text Example


Text Example

White with #DD20F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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