Html Css Color HEX #DD06EA Psychedelic Purple

📋 copy color: '#DD06EA'

red 221 ◦ green 6 ◦ blue 234

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

Shades of Psychedelic Purple #DD06EA

Tints of Psychedelic Purple #DD06EA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 47.94%
G = 1.3%
B = 50.76%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD06EA (or 0xDD06EA) is known color: Psychedelic Purple. HEX triplet: DD, 06 and EA. RGB value is (221,6,234). Sum of RGB (Red+Green+Blue) = 221+6+234=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD06EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06EA is #22F915. Grayscale: #5F5F5F. Windows color (decimal): -2291990 or 15337181. OLE color: 15337181.

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

Color convert

RGB 221 6 234 -
CMYK 0.06 0.97 0 0.08
HSL 296.58º 0.95% 0.47% -
HSV(B) 296.58º 0.97% 0.92% -
XYZ 44.74 21.44 79.62 -
YUV 96.28 205.73 216.96 -
System Red Green Blue C M Y K H S L
Decimal 221 6 234 0.06 0.97 0 0.08 296.58 0.95 0.47
Hex DD 6 EA 6 61 0 8 129 5F 2F
Octal 335 6 352 6 141 0 10 451 137 57
Binary 11011101 110 11101010 110 1100001 0 1000 100101001 1011111 101111

Color Harmonies of #DD06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06EA

Black with #DD06EA

Text Example


Text Example

White with #DD06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06EA; }

 p { color: rgb(221,6,234); }

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

background-color css

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

 a { background-color: rgb(221,6,234); }

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

border-color css

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

 span { border-color: rgb(221,6,234); }

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