Html Css Color HEX #DD04F1 Psychedelic Purple

📋 copy color: '#DD04F1'

red 221 ◦ green 4 ◦ blue 241

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

Shades of Psychedelic Purple #DD04F1

Tints of Psychedelic Purple #DD04F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.72%

R = 47.42%
G = 0.86%
B = 51.72%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD04F1 (or 0xDD04F1) is known color: Psychedelic Purple. HEX triplet: DD, 04 and F1. RGB value is (221,4,241). Sum of RGB (Red+Green+Blue) = 221+4+241=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD04F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD04F1 is #22FB0E. Grayscale: #5F5F5F. Windows color (decimal): -2292495 or 15795421. OLE color: 15795421.

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

Color convert

RGB 221 4 241 -
CMYK 0.08 0.98 0 0.05
HSL 294.94º 0.97% 0.48% -
HSV(B) 294.94º 0.98% 0.95% -
XYZ 45.74 21.81 85.02 -
YUV 95.9 209.89 217.23 -
System Red Green Blue C M Y K H S L
Decimal 221 4 241 0.08 0.98 0 0.05 294.94 0.97 0.48
Hex DD 4 F1 8 62 0 5 127 61 30
Octal 335 4 361 10 142 0 5 447 141 60
Binary 11011101 100 11110001 1000 1100010 0 101 100100111 1100001 110000

Color Harmonies of #DD04F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04F1

Black with #DD04F1

Text Example


Text Example

White with #DD04F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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