Html Css Color HEX #DD09FE Psychedelic Purple

📋 copy color: '#DD09FE'

red 221 ◦ green 9 ◦ blue 254

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

Shades of Psychedelic Purple #DD09FE

Tints of Psychedelic Purple #DD09FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 45.66%
G = 1.86%
B = 52.48%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD09FE (or 0xDD09FE) is known color: Psychedelic Purple. HEX triplet: DD, 09 and FE. RGB value is (221,9,254). Sum of RGB (Red+Green+Blue) = 221+9+254=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 9 (3.91% from 255 or 1.86% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD09FE is #22F601. Grayscale: #636363. Windows color (decimal): -2291202 or 16648669. OLE color: 16648669.

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

Color convert

RGB 221 9 254 -
CMYK 0.13 0.96 0 0.00
HSL 291.92º 0.99% 0.52% -
HSV(B) 291.92º 0.96% 1% -
XYZ 47.81 22.72 95.63 -
YUV 100.32 214.74 214.08 -
System Red Green Blue C M Y K H S L
Decimal 221 9 254 0.13 0.96 0 0.00 291.92 0.99 0.52
Hex DD 9 FE D 60 0 0 124 63 34
Octal 335 11 376 15 140 0 0 444 143 64
Binary 11011101 1001 11111110 1101 1100000 0 0 100100100 1100011 110100

Color Harmonies of #DD09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09FE

Black with #DD09FE

Text Example


Text Example

White with #DD09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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