Html Css Color HEX #DD2CF9 Psychedelic Purple

📋 copy color: '#DD2CF9'

red 221 ◦ green 44 ◦ blue 249

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

Shades of Psychedelic Purple #DD2CF9

Tints of Psychedelic Purple #DD2CF9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.56%

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

R = 43%
G = 8.56%
B = 48.44%

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

#DD2CF9 (or 0xDD2CF9) is known color: Psychedelic Purple. HEX triplet: DD, 2C and F9. RGB value is (221,44,249). Sum of RGB (Red+Green+Blue) = 221+44+249=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 44 (17.58% from 255 or 8.56% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2CF9 is #22D306. Grayscale: #777777. Windows color (decimal): -2282247 or 16329949. OLE color: 16329949.

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

Color convert

RGB 221 44 249 -
CMYK 0.11 0.82 0 0.02
HSL 291.8º 0.94% 0.57% -
HSV(B) 291.8º 0.82% 0.98% -
XYZ 47.82 24.01 91.74 -
YUV 120.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 221 44 249 0.11 0.82 0 0.02 291.8 0.94 0.57
Hex DD 2C F9 B 52 0 2 124 5E 39
Octal 335 54 371 13 122 0 2 444 136 71
Binary 11011101 101100 11111001 1011 1010010 0 10 100100100 1011110 111001

Color Harmonies of #DD2CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CF9

Black with #DD2CF9

Text Example


Text Example

White with #DD2CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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