Html Css Color HEX #DD30F6 Psychedelic Purple

📋 copy color: '#DD30F6'

red 221 ◦ green 48 ◦ blue 246

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

Shades of Psychedelic Purple #DD30F6

Tints of Psychedelic Purple #DD30F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 42.91%
G = 9.32%
B = 47.77%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD30F6 (or 0xDD30F6) is known color: Psychedelic Purple. HEX triplet: DD, 30 and F6. RGB value is (221,48,246). Sum of RGB (Red+Green+Blue) = 221+48+246=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD30F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD30F6 is #22CF09. Grayscale: #797979. Windows color (decimal): -2281226 or 16134365. OLE color: 16134365.

HSL color Cylindrical-coordinate representation of color #DD30F6: hue angle of 292.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD30F6 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 48 246 -
CMYK 0.10 0.80 0 0.04
HSL 292.42º 0.92% 0.58% -
HSV(B) 292.42º 0.8% 0.96% -
XYZ 47.51 24.14 89.34 -
YUV 122.3 197.81 198.4 -
System Red Green Blue C M Y K H S L
Decimal 221 48 246 0.10 0.80 0 0.04 292.42 0.92 0.58
Hex DD 30 F6 A 50 0 4 124 5C 3A
Octal 335 60 366 12 120 0 4 444 134 72
Binary 11011101 110000 11110110 1010 1010000 0 100 100100100 1011100 111010

Color Harmonies of #DD30F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30F6

Black with #DD30F6

Text Example


Text Example

White with #DD30F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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