Html Css Color HEX #DD09F0 Psychedelic Purple

📋 copy color: '#DD09F0'

red 221 ◦ green 9 ◦ blue 240

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

Shades of Psychedelic Purple #DD09F0

Tints of Psychedelic Purple #DD09F0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

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

R = 47.02%
G = 1.91%
B = 51.06%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD09F0 (or 0xDD09F0) is known color: Psychedelic Purple. HEX triplet: DD, 09 and F0. RGB value is (221,9,240). Sum of RGB (Red+Green+Blue) = 221+9+240=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD09F0 is #22F60F. Grayscale: #626262. Windows color (decimal): -2291216 or 15731165. OLE color: 15731165.

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

Color convert

RGB 221 9 240 -
CMYK 0.08 0.96 0 0.06
HSL 295.06º 0.93% 0.49% -
HSV(B) 295.06º 0.96% 0.94% -
XYZ 45.64 21.86 84.25 -
YUV 98.72 207.74 215.22 -
System Red Green Blue C M Y K H S L
Decimal 221 9 240 0.08 0.96 0 0.06 295.06 0.93 0.49
Hex DD 9 F0 8 60 0 6 127 5D 31
Octal 335 11 360 10 140 0 6 447 135 61
Binary 11011101 1001 11110000 1000 1100000 0 110 100100111 1011101 110001

Color Harmonies of #DD09F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09F0

Black with #DD09F0

Text Example


Text Example

White with #DD09F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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