Html Css Color HEX #DD18F6 Psychedelic Purple

📋 copy color: '#DD18F6'

red 221 ◦ green 24 ◦ blue 246

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

Shades of Psychedelic Purple #DD18F6

Tints of Psychedelic Purple #DD18F6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.89%

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

R = 45.01%
G = 4.89%
B = 50.1%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD18F6 (or 0xDD18F6) is known color: Psychedelic Purple. HEX triplet: DD, 18 and F6. RGB value is (221,24,246). Sum of RGB (Red+Green+Blue) = 221+24+246=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD18F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD18F6 is #22E709. Grayscale: #6B6B6B. Windows color (decimal): -2287370 or 16128221. OLE color: 16128221.

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

Color convert

RGB 221 24 246 -
CMYK 0.10 0.90 0 0.04
HSL 293.24º 0.93% 0.53% -
HSV(B) 293.24º 0.9% 0.96% -
XYZ 46.78 22.68 89.1 -
YUV 108.21 205.77 208.45 -
System Red Green Blue C M Y K H S L
Decimal 221 24 246 0.10 0.90 0 0.04 293.24 0.93 0.53
Hex DD 18 F6 A 5A 0 4 125 5C 35
Octal 335 30 366 12 132 0 4 445 134 65
Binary 11011101 11000 11110110 1010 1011010 0 100 100100101 1011100 110101

Color Harmonies of #DD18F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18F6

Black with #DD18F6

Text Example


Text Example

White with #DD18F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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