Html Css Color HEX #DD0DEF Psychedelic Purple

📋 copy color: '#DD0DEF'

red 221 ◦ green 13 ◦ blue 239

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

Shades of Psychedelic Purple #DD0DEF

Tints of Psychedelic Purple #DD0DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 46.72%
G = 2.75%
B = 50.53%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD0DEF (or 0xDD0DEF) is known color: Psychedelic Purple. HEX triplet: DD, 0D and EF. RGB value is (221,13,239). Sum of RGB (Red+Green+Blue) = 221+13+239=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD0DEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0DEF is #22F210. Grayscale: #646464. Windows color (decimal): -2290193 or 15666653. OLE color: 15666653.

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

Color convert

RGB 221 13 239 -
CMYK 0.08 0.95 0 0.06
HSL 295.22º 0.9% 0.49% -
HSV(B) 295.22º 0.95% 0.94% -
XYZ 45.54 21.89 83.49 -
YUV 100.96 205.91 213.62 -
System Red Green Blue C M Y K H S L
Decimal 221 13 239 0.08 0.95 0 0.06 295.22 0.9 0.49
Hex DD D EF 8 5F 0 6 127 5A 31
Octal 335 15 357 10 137 0 6 447 132 61
Binary 11011101 1101 11101111 1000 1011111 0 110 100100111 1011010 110001

Color Harmonies of #DD0DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0DEF

Black with #DD0DEF

Text Example


Text Example

White with #DD0DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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