Html Css Color HEX #DD34F7 Psychedelic Purple

📋 copy color: '#DD34F7'

red 221 ◦ green 52 ◦ blue 247

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

Shades of Psychedelic Purple #DD34F7

Tints of Psychedelic Purple #DD34F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.5%

R = 42.5%
G = 10%
B = 47.5%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD34F7 (or 0xDD34F7) is known color: Psychedelic Purple. HEX triplet: DD, 34 and F7. RGB value is (221,52,247). Sum of RGB (Red+Green+Blue) = 221+52+247=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 52 (20.70% from 255 or 10% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD34F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD34F7 is #22CB08. Grayscale: #7C7C7C. Windows color (decimal): -2280201 or 16200925. OLE color: 16200925.

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

Color convert

RGB 221 52 247 -
CMYK 0.11 0.79 0 0.03
HSL 292º 0.92% 0.59% -
HSV(B) 292º 0.79% 0.97% -
XYZ 47.84 24.54 90.21 -
YUV 124.76 196.99 196.64 -
System Red Green Blue C M Y K H S L
Decimal 221 52 247 0.11 0.79 0 0.03 292 0.92 0.59
Hex DD 34 F7 B 4F 0 3 124 5C 3B
Octal 335 64 367 13 117 0 3 444 134 73
Binary 11011101 110100 11110111 1011 1001111 0 11 100100100 1011100 111011

Color Harmonies of #DD34F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34F7

Black with #DD34F7

Text Example


Text Example

White with #DD34F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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