Html Css Color HEX #DD0AEC Psychedelic Purple

📋 copy color: '#DD0AEC'

red 221 ◦ green 10 ◦ blue 236

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

Shades of Psychedelic Purple #DD0AEC

Tints of Psychedelic Purple #DD0AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 47.32%
G = 2.14%
B = 50.54%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD0AEC (or 0xDD0AEC) is known color: Psychedelic Purple. HEX triplet: DD, 0A and EC. RGB value is (221,10,236). Sum of RGB (Red+Green+Blue) = 221+10+236=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD0AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0AEC is #22F513. Grayscale: #626262. Windows color (decimal): -2290964 or 15469277. OLE color: 15469277.

HSL color Cylindrical-coordinate representation of color #DD0AEC: hue angle of 296.02º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0AEC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 10 236 -
CMYK 0.06 0.96 0 0.07
HSL 296.02º 0.92% 0.48% -
HSV(B) 296.02º 0.96% 0.93% -
XYZ 45.07 21.65 81.16 -
YUV 98.85 205.4 215.12 -
System Red Green Blue C M Y K H S L
Decimal 221 10 236 0.06 0.96 0 0.07 296.02 0.92 0.48
Hex DD A EC 6 60 0 7 128 5C 30
Octal 335 12 354 6 140 0 7 450 134 60
Binary 11011101 1010 11101100 110 1100000 0 111 100101000 1011100 110000

Color Harmonies of #DD0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0AEC

Black with #DD0AEC

Text Example


Text Example

White with #DD0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0AEC; }

 p { color: rgb(221,10,236); }

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

background-color css

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

 a { background-color: rgb(221,10,236); }

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

border-color css

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

 span { border-color: rgb(221,10,236); }

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