Html Css Color HEX #DD1AFF Psychedelic Purple

📋 copy color: '#DD1AFF'

red 221 ◦ green 26 ◦ blue 255

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

Shades of Psychedelic Purple #DD1AFF

Tints of Psychedelic Purple #DD1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.18%

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

R = 44.02%
G = 5.18%
B = 50.8%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD1AFF (or 0xDD1AFF) is known color: Psychedelic Purple. HEX triplet: DD, 1A and FF. RGB value is (221,26,255). Sum of RGB (Red+Green+Blue) = 221+26+255=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD1AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1AFF is #22E500. Grayscale: #6D6D6D. Windows color (decimal): -2286849 or 16718557. OLE color: 16718557.

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

Color convert

RGB 221 26 255 -
CMYK 0.13 0.90 0 0
HSL 291.09º 1% 0.55% -
HSV(B) 291.09º 0.9% 1% -
XYZ 48.24 23.33 96.57 -
YUV 110.41 209.6 206.88 -
System Red Green Blue C M Y K H S L
Decimal 221 26 255 0.13 0.90 0 0 291.09 1 0.55
Hex DD 1A FF D 5A 0 0 123 64 37
Octal 335 32 377 15 132 0 0 443 144 67
Binary 11011101 11010 11111111 1101 1011010 0 0 100100011 1100100 110111

Color Harmonies of #DD1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AFF

Black with #DD1AFF

Text Example


Text Example

White with #DD1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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