Html Css Color HEX #DD11FD Psychedelic Purple

📋 copy color: '#DD11FD'

red 221 ◦ green 17 ◦ blue 253

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

Shades of Psychedelic Purple #DD11FD

Tints of Psychedelic Purple #DD11FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 45.01%
G = 3.46%
B = 51.53%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD11FD (or 0xDD11FD) is known color: Psychedelic Purple. HEX triplet: DD, 11 and FD. RGB value is (221,17,253). Sum of RGB (Red+Green+Blue) = 221+17+253=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11FD is #22EE02. Grayscale: #686868. Windows color (decimal): -2289155 or 16585181. OLE color: 16585181.

HSL color Cylindrical-coordinate representation of color #DD11FD: hue angle of 291.86º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD11FD is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 17 253 -
CMYK 0.13 0.93 0 0.01
HSL 291.86º 0.98% 0.53% -
HSV(B) 291.86º 0.93% 0.99% -
XYZ 47.75 22.86 94.83 -
YUV 104.9 211.59 210.81 -
System Red Green Blue C M Y K H S L
Decimal 221 17 253 0.13 0.93 0 0.01 291.86 0.98 0.53
Hex DD 11 FD D 5D 0 1 124 62 35
Octal 335 21 375 15 135 0 1 444 142 65
Binary 11011101 10001 11111101 1101 1011101 0 1 100100100 1100010 110101

Color Harmonies of #DD11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11FD

Black with #DD11FD

Text Example


Text Example

White with #DD11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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