Html Css Color HEX #DD13F2 Psychedelic Purple

📋 copy color: '#DD13F2'

red 221 ◦ green 19 ◦ blue 242

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

Shades of Psychedelic Purple #DD13F2

Tints of Psychedelic Purple #DD13F2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.94%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 45.85%
G = 3.94%
B = 50.21%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD13F2 (or 0xDD13F2) is known color: Psychedelic Purple. HEX triplet: DD, 13 and F2. RGB value is (221,19,242). Sum of RGB (Red+Green+Blue) = 221+19+242=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD13F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD13F2 is #22EC0D. Grayscale: #686868. Windows color (decimal): -2288654 or 15864797. OLE color: 15864797.

HSL color Cylindrical-coordinate representation of color #DD13F2: hue angle of 294.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD13F2 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 19 242 -
CMYK 0.09 0.92 0 0.05
HSL 294.35º 0.9% 0.51% -
HSV(B) 294.35º 0.92% 0.95% -
XYZ 46.08 22.25 85.87 -
YUV 104.82 205.42 210.87 -
System Red Green Blue C M Y K H S L
Decimal 221 19 242 0.09 0.92 0 0.05 294.35 0.9 0.51
Hex DD 13 F2 9 5C 0 5 126 5A 33
Octal 335 23 362 11 134 0 5 446 132 63
Binary 11011101 10011 11110010 1001 1011100 0 101 100100110 1011010 110011

Color Harmonies of #DD13F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13F2

Black with #DD13F2

Text Example


Text Example

White with #DD13F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13F2; }

 p { color: rgb(221,19,242); }

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

background-color css

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

 a { background-color: rgb(221,19,242); }

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

border-color css

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

 span { border-color: rgb(221,19,242); }

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