Html Css Color HEX #DD34F9 Psychedelic Purple

📋 copy color: '#DD34F9'

red 221 ◦ green 52 ◦ blue 249

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

Shades of Psychedelic Purple #DD34F9

Tints of Psychedelic Purple #DD34F9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.96%

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

R = 42.34%
G = 9.96%
B = 47.7%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD34F9 (or 0xDD34F9) is known color: Psychedelic Purple. HEX triplet: DD, 34 and F9. RGB value is (221,52,249). Sum of RGB (Red+Green+Blue) = 221+52+249=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 52 (20.70% from 255 or 9.96% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD34F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD34F9 is #22CB06. Grayscale: #7C7C7C. Windows color (decimal): -2280199 or 16331997. OLE color: 16331997.

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

Color convert

RGB 221 52 249 -
CMYK 0.11 0.79 0 0.02
HSL 291.47º 0.94% 0.59% -
HSV(B) 291.47º 0.79% 0.98% -
XYZ 48.15 24.67 91.85 -
YUV 124.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 221 52 249 0.11 0.79 0 0.02 291.47 0.94 0.59
Hex DD 34 F9 B 4F 0 2 123 5E 3B
Octal 335 64 371 13 117 0 2 443 136 73
Binary 11011101 110100 11111001 1011 1001111 0 10 100100011 1011110 111011

Color Harmonies of #DD34F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34F9

Black with #DD34F9

Text Example


Text Example

White with #DD34F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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