Html Css Color HEX #DD04FF Psychedelic Purple

📋 copy color: '#DD04FF'

red 221 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #DD04FF

Tints of Psychedelic Purple #DD04FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.83%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 46.04%
G = 0.83%
B = 53.13%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD04FF (or 0xDD04FF) is known color: Psychedelic Purple. HEX triplet: DD, 04 and FF. RGB value is (221,4,255). Sum of RGB (Red+Green+Blue) = 221+4+255=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 4 (1.95% from 255 or 0.83% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD04FF is #22FB00. Grayscale: #606060. Windows color (decimal): -2292481 or 16712925. OLE color: 16712925.

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

Color convert

RGB 221 4 255 -
CMYK 0.13 0.98 0 0
HSL 291.87º 1% 0.51% -
HSV(B) 291.87º 0.98% 1% -
XYZ 47.91 22.68 96.46 -
YUV 97.5 216.89 216.09 -
System Red Green Blue C M Y K H S L
Decimal 221 4 255 0.13 0.98 0 0 291.87 1 0.51
Hex DD 4 FF D 62 0 0 124 64 33
Octal 335 4 377 15 142 0 0 444 144 63
Binary 11011101 100 11111111 1101 1100010 0 0 100100100 1100100 110011

Color Harmonies of #DD04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04FF

Black with #DD04FF

Text Example


Text Example

White with #DD04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04FF; }

 p { color: rgb(221,4,255); }

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

background-color css

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

 a { background-color: rgb(221,4,255); }

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

border-color css

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

 span { border-color: rgb(221,4,255); }

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