Html Css Color HEX #DD1BF9 Psychedelic Purple

📋 copy color: '#DD1BF9'

red 221 ◦ green 27 ◦ blue 249

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

Shades of Psychedelic Purple #DD1BF9

Tints of Psychedelic Purple #DD1BF9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.43%

 BLUE value IS 249 (97.66% from 255) = 50.1%

R = 44.47%
G = 5.43%
B = 50.1%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD1BF9 (or 0xDD1BF9) is known color: Psychedelic Purple. HEX triplet: DD, 1B and F9. RGB value is (221,27,249). Sum of RGB (Red+Green+Blue) = 221+27+249=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 27 (10.94% from 255 or 5.43% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD1BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1BF9 is #22E406. Grayscale: #6D6D6D. Windows color (decimal): -2286599 or 16325597. OLE color: 16325597.

HSL color Cylindrical-coordinate representation of color #DD1BF9: hue angle of 292.43º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1BF9 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 27 249 -
CMYK 0.11 0.89 0 0.02
HSL 292.43º 0.95% 0.54% -
HSV(B) 292.43º 0.89% 0.98% -
XYZ 47.31 23 91.57 -
YUV 110.31 206.27 206.95 -
System Red Green Blue C M Y K H S L
Decimal 221 27 249 0.11 0.89 0 0.02 292.43 0.95 0.54
Hex DD 1B F9 B 59 0 2 124 5F 36
Octal 335 33 371 13 131 0 2 444 137 66
Binary 11011101 11011 11111001 1011 1011001 0 10 100100100 1011111 110110

Color Harmonies of #DD1BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1BF9

Black with #DD1BF9

Text Example


Text Example

White with #DD1BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1BF9; }

 p { color: rgb(221,27,249); }

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

background-color css

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

 a { background-color: rgb(221,27,249); }

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

border-color css

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

 span { border-color: rgb(221,27,249); }

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