Html Css Color HEX #DD0DEC Psychedelic Purple

📋 copy color: '#DD0DEC'

red 221 ◦ green 13 ◦ blue 236

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

Shades of Psychedelic Purple #DD0DEC

Tints of Psychedelic Purple #DD0DEC

RGB

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

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

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

R = 47.02%
G = 2.77%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD0DEC (or 0xDD0DEC) is known color: Psychedelic Purple. HEX triplet: DD, 0D and EC. RGB value is (221,13,236). Sum of RGB (Red+Green+Blue) = 221+13+236=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0DEC is #22F213. Grayscale: #636363. Windows color (decimal): -2290196 or 15470045. OLE color: 15470045.

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

Color convert

RGB 221 13 236 -
CMYK 0.06 0.94 0 0.07
HSL 295.96º 0.9% 0.49% -
HSV(B) 295.96º 0.94% 0.93% -
XYZ 45.1 21.72 81.17 -
YUV 100.61 204.41 213.87 -
System Red Green Blue C M Y K H S L
Decimal 221 13 236 0.06 0.94 0 0.07 295.96 0.9 0.49
Hex DD D EC 6 5E 0 7 128 5A 31
Octal 335 15 354 6 136 0 7 450 132 61
Binary 11011101 1101 11101100 110 1011110 0 111 100101000 1011010 110001

Color Harmonies of #DD0DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DEC

Black with #DD0DEC

Text Example


Text Example

White with #DD0DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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