Html Css Color HEX #DD06FE Psychedelic Purple

📋 copy color: '#DD06FE'

red 221 ◦ green 6 ◦ blue 254

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

Shades of Psychedelic Purple #DD06FE

Tints of Psychedelic Purple #DD06FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 45.95%
G = 1.25%
B = 52.81%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD06FE (or 0xDD06FE) is known color: Psychedelic Purple. HEX triplet: DD, 06 and FE. RGB value is (221,6,254). Sum of RGB (Red+Green+Blue) = 221+6+254=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06FE is #22F901. Grayscale: #616161. Windows color (decimal): -2291970 or 16647901. OLE color: 16647901.

HSL color Cylindrical-coordinate representation of color #DD06FE: hue angle of 292.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD06FE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 6 254 -
CMYK 0.13 0.98 0 0.00
HSL 292.02º 0.99% 0.51% -
HSV(B) 292.02º 0.98% 1% -
XYZ 47.77 22.66 95.62 -
YUV 98.56 215.73 215.33 -
System Red Green Blue C M Y K H S L
Decimal 221 6 254 0.13 0.98 0 0.00 292.02 0.99 0.51
Hex DD 6 FE D 62 0 0 124 63 33
Octal 335 6 376 15 142 0 0 444 143 63
Binary 11011101 110 11111110 1101 1100010 0 0 100100100 1100011 110011

Color Harmonies of #DD06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06FE

Black with #DD06FE

Text Example


Text Example

White with #DD06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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