Html Css Color HEX #DD30F7 Psychedelic Purple

📋 copy color: '#DD30F7'

red 221 ◦ green 48 ◦ blue 247

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

Shades of Psychedelic Purple #DD30F7

Tints of Psychedelic Purple #DD30F7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.3%

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

R = 42.83%
G = 9.3%
B = 47.87%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD30F7 (or 0xDD30F7) is known color: Psychedelic Purple. HEX triplet: DD, 30 and F7. RGB value is (221,48,247). Sum of RGB (Red+Green+Blue) = 221+48+247=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 48 (19.14% from 255 or 9.30% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD30F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD30F7 is #22CF08. Grayscale: #797979. Windows color (decimal): -2281225 or 16199901. OLE color: 16199901.

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

Color convert

RGB 221 48 247 -
CMYK 0.11 0.81 0 0.03
HSL 292.16º 0.93% 0.58% -
HSV(B) 292.16º 0.81% 0.97% -
XYZ 47.66 24.2 90.15 -
YUV 122.41 198.31 198.32 -
System Red Green Blue C M Y K H S L
Decimal 221 48 247 0.11 0.81 0 0.03 292.16 0.93 0.58
Hex DD 30 F7 B 51 0 3 124 5D 3A
Octal 335 60 367 13 121 0 3 444 135 72
Binary 11011101 110000 11110111 1011 1010001 0 11 100100100 1011101 111010

Color Harmonies of #DD30F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30F7

Black with #DD30F7

Text Example


Text Example

White with #DD30F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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