Html Css Color HEX #DD0AF0 Psychedelic Purple

📋 copy color: '#DD0AF0'

red 221 ◦ green 10 ◦ blue 240

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

Shades of Psychedelic Purple #DD0AF0

Tints of Psychedelic Purple #DD0AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.96%

R = 46.92%
G = 2.12%
B = 50.96%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD0AF0 (or 0xDD0AF0) is known color: Psychedelic Purple. HEX triplet: DD, 0A and F0. RGB value is (221,10,240). Sum of RGB (Red+Green+Blue) = 221+10+240=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD0AF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0AF0 is #22F50F. Grayscale: #626262. Windows color (decimal): -2290960 or 15731421. OLE color: 15731421.

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

Color convert

RGB 221 10 240 -
CMYK 0.08 0.96 0 0.06
HSL 295.04º 0.92% 0.49% -
HSV(B) 295.04º 0.96% 0.94% -
XYZ 45.66 21.88 84.26 -
YUV 99.31 207.4 214.8 -
System Red Green Blue C M Y K H S L
Decimal 221 10 240 0.08 0.96 0 0.06 295.04 0.92 0.49
Hex DD A F0 8 60 0 6 127 5C 31
Octal 335 12 360 10 140 0 6 447 134 61
Binary 11011101 1010 11110000 1000 1100000 0 110 100100111 1011100 110001

Color Harmonies of #DD0AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0AF0

Black with #DD0AF0

Text Example


Text Example

White with #DD0AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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