Html Css Color HEX #DD05F0 Psychedelic Purple

📋 copy color: '#DD05F0'

red 221 ◦ green 5 ◦ blue 240

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

Shades of Psychedelic Purple #DD05F0

Tints of Psychedelic Purple #DD05F0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.07%

 BLUE value IS 240 (94.14% from 255) = 51.5%

R = 47.42%
G = 1.07%
B = 51.5%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD05F0 (or 0xDD05F0) is known color: Psychedelic Purple. HEX triplet: DD, 05 and F0. RGB value is (221,5,240). Sum of RGB (Red+Green+Blue) = 221+5+240=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD05F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD05F0 is #22FA0F. Grayscale: #5F5F5F. Windows color (decimal): -2292240 or 15730141. OLE color: 15730141.

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

Color convert

RGB 221 5 240 -
CMYK 0.08 0.98 0 0.06
HSL 295.15º 0.96% 0.48% -
HSV(B) 295.15º 0.98% 0.94% -
XYZ 45.6 21.77 84.24 -
YUV 96.37 209.06 216.89 -
System Red Green Blue C M Y K H S L
Decimal 221 5 240 0.08 0.98 0 0.06 295.15 0.96 0.48
Hex DD 5 F0 8 62 0 6 127 60 30
Octal 335 5 360 10 142 0 6 447 140 60
Binary 11011101 101 11110000 1000 1100010 0 110 100100111 1100000 110000

Color Harmonies of #DD05F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05F0

Black with #DD05F0

Text Example


Text Example

White with #DD05F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05F0; }

 p { color: rgb(221,5,240); }

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

background-color css

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

 a { background-color: rgb(221,5,240); }

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

border-color css

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

 span { border-color: rgb(221,5,240); }

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