Html Css Color HEX #DD09FB Psychedelic Purple

📋 copy color: '#DD09FB'

red 221 ◦ green 9 ◦ blue 251

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

Shades of Psychedelic Purple #DD09FB

Tints of Psychedelic Purple #DD09FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 45.95%
G = 1.87%
B = 52.18%

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

#DD09FB (or 0xDD09FB) is known color: Psychedelic Purple. HEX triplet: DD, 09 and FB. RGB value is (221,9,251). Sum of RGB (Red+Green+Blue) = 221+9+251=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD09FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD09FB is #22F604. Grayscale: #636363. Windows color (decimal): -2291205 or 16452061. OLE color: 16452061.

HSL color Cylindrical-coordinate representation of color #DD09FB: hue angle of 292.56º degrees, saturation: 0.97, 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 #DD09FB is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 9 251 -
CMYK 0.12 0.96 0 0.02
HSL 292.56º 0.97% 0.51% -
HSV(B) 292.56º 0.96% 0.98% -
XYZ 47.33 22.53 93.12 -
YUV 99.98 213.24 214.32 -
System Red Green Blue C M Y K H S L
Decimal 221 9 251 0.12 0.96 0 0.02 292.56 0.97 0.51
Hex DD 9 FB C 60 0 2 125 61 33
Octal 335 11 373 14 140 0 2 445 141 63
Binary 11011101 1001 11111011 1100 1100000 0 10 100100101 1100001 110011

Color Harmonies of #DD09FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09FB

Black with #DD09FB

Text Example


Text Example

White with #DD09FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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