Html Css Color HEX #DD2DF9 Psychedelic Purple

📋 copy color: '#DD2DF9'

red 221 ◦ green 45 ◦ blue 249

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

Shades of Psychedelic Purple #DD2DF9

Tints of Psychedelic Purple #DD2DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.74%

 BLUE value IS 249 (97.66% from 255) = 48.35%

R = 42.91%
G = 8.74%
B = 48.35%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD2DF9 (or 0xDD2DF9) is known color: Psychedelic Purple. HEX triplet: DD, 2D and F9. RGB value is (221,45,249). Sum of RGB (Red+Green+Blue) = 221+45+249=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD2DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DF9 is #22D206. Grayscale: #787878. Windows color (decimal): -2281991 or 16330205. OLE color: 16330205.

HSL color Cylindrical-coordinate representation of color #DD2DF9: hue angle of 291.76º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2DF9 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 45 249 -
CMYK 0.11 0.82 0 0.02
HSL 291.76º 0.94% 0.58% -
HSV(B) 291.76º 0.82% 0.98% -
XYZ 47.86 24.09 91.75 -
YUV 120.88 200.31 199.41 -
System Red Green Blue C M Y K H S L
Decimal 221 45 249 0.11 0.82 0 0.02 291.76 0.94 0.58
Hex DD 2D F9 B 52 0 2 124 5E 3A
Octal 335 55 371 13 122 0 2 444 136 72
Binary 11011101 101101 11111001 1011 1010010 0 10 100100100 1011110 111010

Color Harmonies of #DD2DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DF9

Black with #DD2DF9

Text Example


Text Example

White with #DD2DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DF9; }

 p { color: rgb(221,45,249); }

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

background-color css

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

 a { background-color: rgb(221,45,249); }

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

border-color css

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

 span { border-color: rgb(221,45,249); }

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