Html Css Color HEX #DD09FA Psychedelic Purple

📋 copy color: '#DD09FA'

red 221 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #DD09FA

Tints of Psychedelic Purple #DD09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 46.04%
G = 1.88%
B = 52.08%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD09FA (or 0xDD09FA) is known color: Psychedelic Purple. HEX triplet: DD, 09 and FA. RGB value is (221,9,250). Sum of RGB (Red+Green+Blue) = 221+9+250=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 9 (3.91% from 255 or 1.88% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD09FA is #22F605. Grayscale: #636363. Windows color (decimal): -2291206 or 16386525. OLE color: 16386525.

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

Color convert

RGB 221 9 250 -
CMYK 0.12 0.96 0 0.02
HSL 292.78º 0.96% 0.51% -
HSV(B) 292.78º 0.96% 0.98% -
XYZ 47.17 22.47 92.29 -
YUV 99.86 212.74 214.4 -
System Red Green Blue C M Y K H S L
Decimal 221 9 250 0.12 0.96 0 0.02 292.78 0.96 0.51
Hex DD 9 FA C 60 0 2 125 60 33
Octal 335 11 372 14 140 0 2 445 140 63
Binary 11011101 1001 11111010 1100 1100000 0 10 100100101 1100000 110011

Color Harmonies of #DD09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09FA

Black with #DD09FA

Text Example


Text Example

White with #DD09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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