Html Css Color HEX #DD1AEF Psychedelic Purple

📋 copy color: '#DD1AEF'

red 221 ◦ green 26 ◦ blue 239

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

Shades of Psychedelic Purple #DD1AEF

Tints of Psychedelic Purple #DD1AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.18%

R = 45.47%
G = 5.35%
B = 49.18%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD1AEF (or 0xDD1AEF) is known color: Psychedelic Purple. HEX triplet: DD, 1A and EF. RGB value is (221,26,239). Sum of RGB (Red+Green+Blue) = 221+26+239=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD1AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1AEF is #22E510. Grayscale: #6B6B6B. Windows color (decimal): -2286865 or 15669981. OLE color: 15669981.

HSL color Cylindrical-coordinate representation of color #DD1AEF: hue angle of 294.93º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1AEF is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 26 239 -
CMYK 0.08 0.89 0 0.06
HSL 294.93º 0.87% 0.52% -
HSV(B) 294.93º 0.89% 0.94% -
XYZ 45.77 22.34 83.56 -
YUV 108.59 201.6 208.18 -
System Red Green Blue C M Y K H S L
Decimal 221 26 239 0.08 0.89 0 0.06 294.93 0.87 0.52
Hex DD 1A EF 8 59 0 6 127 57 34
Octal 335 32 357 10 131 0 6 447 127 64
Binary 11011101 11010 11101111 1000 1011001 0 110 100100111 1010111 110100

Color Harmonies of #DD1AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AEF

Black with #DD1AEF

Text Example


Text Example

White with #DD1AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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