Html Css Color HEX #DD11F6 Psychedelic Purple

📋 copy color: '#DD11F6'

red 221 ◦ green 17 ◦ blue 246

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

Shades of Psychedelic Purple #DD11F6

Tints of Psychedelic Purple #DD11F6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.51%

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

R = 45.66%
G = 3.51%
B = 50.83%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD11F6 (or 0xDD11F6) is known color: Psychedelic Purple. HEX triplet: DD, 11 and F6. RGB value is (221,17,246). Sum of RGB (Red+Green+Blue) = 221+17+246=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD11F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11F6 is #22EE09. Grayscale: #676767. Windows color (decimal): -2289162 or 16126429. OLE color: 16126429.

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

Color convert

RGB 221 17 246 -
CMYK 0.10 0.93 0 0.04
HSL 293.45º 0.93% 0.52% -
HSV(B) 293.45º 0.93% 0.96% -
XYZ 46.65 22.43 89.06 -
YUV 104.1 208.09 211.38 -
System Red Green Blue C M Y K H S L
Decimal 221 17 246 0.10 0.93 0 0.04 293.45 0.93 0.52
Hex DD 11 F6 A 5D 0 4 125 5D 34
Octal 335 21 366 12 135 0 4 445 135 64
Binary 11011101 10001 11110110 1010 1011101 0 100 100100101 1011101 110100

Color Harmonies of #DD11F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11F6

Black with #DD11F6

Text Example


Text Example

White with #DD11F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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