Html Css Color HEX #DD2AF9 Psychedelic Purple

📋 copy color: '#DD2AF9'

red 221 ◦ green 42 ◦ blue 249

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

Shades of Psychedelic Purple #DD2AF9

Tints of Psychedelic Purple #DD2AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.2%

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

R = 43.16%
G = 8.2%
B = 48.63%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD2AF9 (or 0xDD2AF9) is known color: Psychedelic Purple. HEX triplet: DD, 2A and F9. RGB value is (221,42,249). Sum of RGB (Red+Green+Blue) = 221+42+249=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 42 (16.80% from 255 or 8.20% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD2AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2AF9 is #22D506. Grayscale: #767676. Windows color (decimal): -2282759 or 16329437. OLE color: 16329437.

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

Color convert

RGB 221 42 249 -
CMYK 0.11 0.83 0 0.02
HSL 291.88º 0.95% 0.57% -
HSV(B) 291.88º 0.83% 0.98% -
XYZ 47.75 23.87 91.71 -
YUV 119.12 201.3 200.67 -
System Red Green Blue C M Y K H S L
Decimal 221 42 249 0.11 0.83 0 0.02 291.88 0.95 0.57
Hex DD 2A F9 B 53 0 2 124 5F 39
Octal 335 52 371 13 123 0 2 444 137 71
Binary 11011101 101010 11111001 1011 1010011 0 10 100100100 1011111 111001

Color Harmonies of #DD2AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2AF9

Black with #DD2AF9

Text Example


Text Example

White with #DD2AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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