Html Css Color HEX #DD2AEB Psychedelic Purple

📋 copy color: '#DD2AEB'

red 221 ◦ green 42 ◦ blue 235

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

Shades of Psychedelic Purple #DD2AEB

Tints of Psychedelic Purple #DD2AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 44.38%
G = 8.43%
B = 47.19%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD2AEB (or 0xDD2AEB) is known color: Psychedelic Purple. HEX triplet: DD, 2A and EB. RGB value is (221,42,235). Sum of RGB (Red+Green+Blue) = 221+42+235=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD2AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2AEB is #22D514. Grayscale: #747474. Windows color (decimal): -2282773 or 15411933. OLE color: 15411933.

HSL color Cylindrical-coordinate representation of color #DD2AEB: hue angle of 295.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2AEB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 42 235 -
CMYK 0.06 0.82 0 0.08
HSL 295.65º 0.83% 0.54% -
HSV(B) 295.65º 0.82% 0.92% -
XYZ 45.64 23.03 80.64 -
YUV 117.52 194.3 201.81 -
System Red Green Blue C M Y K H S L
Decimal 221 42 235 0.06 0.82 0 0.08 295.65 0.83 0.54
Hex DD 2A EB 6 52 0 8 128 53 36
Octal 335 52 353 6 122 0 10 450 123 66
Binary 11011101 101010 11101011 110 1010010 0 1000 100101000 1010011 110110

Color Harmonies of #DD2AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2AEB

Black with #DD2AEB

Text Example


Text Example

White with #DD2AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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