Html Css Color HEX #DD2AFF Psychedelic Purple

📋 copy color: '#DD2AFF'

red 221 ◦ green 42 ◦ blue 255

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

Shades of Psychedelic Purple #DD2AFF

Tints of Psychedelic Purple #DD2AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 42.66%
G = 8.11%
B = 49.23%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD2AFF (or 0xDD2AFF) is known color: Psychedelic Purple. HEX triplet: DD, 2A and FF. RGB value is (221,42,255). Sum of RGB (Red+Green+Blue) = 221+42+255=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 42 (16.80% from 255 or 8.11% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2AFF is #22D500. Grayscale: #777777. Windows color (decimal): -2282753 or 16722653. OLE color: 16722653.

HSL color Cylindrical-coordinate representation of color #DD2AFF: hue angle of 290.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2AFF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 42 255 -
CMYK 0.13 0.84 0 0
HSL 290.42º 1% 0.58% -
HSV(B) 290.42º 0.84% 1% -
XYZ 48.7 24.25 96.72 -
YUV 119.8 204.3 200.18 -
System Red Green Blue C M Y K H S L
Decimal 221 42 255 0.13 0.84 0 0 290.42 1 0.58
Hex DD 2A FF D 54 0 0 122 64 3A
Octal 335 52 377 15 124 0 0 442 144 72
Binary 11011101 101010 11111111 1101 1010100 0 0 100100010 1100100 111010

Color Harmonies of #DD2AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2AFF

Black with #DD2AFF

Text Example


Text Example

White with #DD2AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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