Html Css Color HEX #DD0DE5 Psychedelic Purple

📋 copy color: '#DD0DE5'

red 221 ◦ green 13 ◦ blue 229

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

Shades of Psychedelic Purple #DD0DE5

Tints of Psychedelic Purple #DD0DE5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.81%

 BLUE value IS 229 (89.84% from 255) = 49.46%

R = 47.73%
G = 2.81%
B = 49.46%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD0DE5 (or 0xDD0DE5) is known color: Psychedelic Purple. HEX triplet: DD, 0D and E5. RGB value is (221,13,229). Sum of RGB (Red+Green+Blue) = 221+13+229=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD0DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DE5 is #22F21A. Grayscale: #636363. Windows color (decimal): -2290203 or 15011293. OLE color: 15011293.

HSL color Cylindrical-coordinate representation of color #DD0DE5: hue angle of 297.78º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DE5 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 13 229 -
CMYK 0.03 0.94 0 0.10
HSL 297.78º 0.89% 0.47% -
HSV(B) 297.78º 0.94% 0.9% -
XYZ 44.11 21.32 75.92 -
YUV 99.82 200.91 214.44 -
System Red Green Blue C M Y K H S L
Decimal 221 13 229 0.03 0.94 0 0.10 297.78 0.89 0.47
Hex DD D E5 3 5E 0 A 12A 59 2F
Octal 335 15 345 3 136 0 12 452 131 57
Binary 11011101 1101 11100101 11 1011110 0 1010 100101010 1011001 101111

Color Harmonies of #DD0DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DE5

Black with #DD0DE5

Text Example


Text Example

White with #DD0DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DE5; }

 p { color: rgb(221,13,229); }

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

background-color css

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

 a { background-color: rgb(221,13,229); }

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

border-color css

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

 span { border-color: rgb(221,13,229); }

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