Html Css Color HEX #DD20F3 Psychedelic Purple

📋 copy color: '#DD20F3'

red 221 ◦ green 32 ◦ blue 243

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

Shades of Psychedelic Purple #DD20F3

Tints of Psychedelic Purple #DD20F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.99%

R = 44.56%
G = 6.45%
B = 48.99%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD20F3 (or 0xDD20F3) is known color: Psychedelic Purple. HEX triplet: DD, 20 and F3. RGB value is (221,32,243). Sum of RGB (Red+Green+Blue) = 221+32+243=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD20F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20F3 is #22DF0C. Grayscale: #6F6F6F. Windows color (decimal): -2285325 or 15933661. OLE color: 15933661.

HSL color Cylindrical-coordinate representation of color #DD20F3: hue angle of 293.74º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD20F3 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 32 243 -
CMYK 0.09 0.87 0 0.05
HSL 293.74º 0.9% 0.54% -
HSV(B) 293.74º 0.87% 0.95% -
XYZ 46.51 22.88 86.76 -
YUV 112.57 201.62 205.34 -
System Red Green Blue C M Y K H S L
Decimal 221 32 243 0.09 0.87 0 0.05 293.74 0.9 0.54
Hex DD 20 F3 9 57 0 5 126 5A 36
Octal 335 40 363 11 127 0 5 446 132 66
Binary 11011101 100000 11110011 1001 1010111 0 101 100100110 1011010 110110

Color Harmonies of #DD20F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20F3

Black with #DD20F3

Text Example


Text Example

White with #DD20F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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