Html Css Color HEX #DD13FA Psychedelic Purple

📋 copy color: '#DD13FA'

red 221 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #DD13FA

Tints of Psychedelic Purple #DD13FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 45.1%
G = 3.88%
B = 51.02%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD13FA (or 0xDD13FA) is known color: Psychedelic Purple. HEX triplet: DD, 13 and FA. RGB value is (221,19,250). Sum of RGB (Red+Green+Blue) = 221+19+250=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD13FA is #22EC05. Grayscale: #696969. Windows color (decimal): -2288646 or 16389085. OLE color: 16389085.

HSL color Cylindrical-coordinate representation of color #DD13FA: hue angle of 292.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD13FA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 19 250 -
CMYK 0.12 0.92 0 0.02
HSL 292.47º 0.96% 0.53% -
HSV(B) 292.47º 0.92% 0.98% -
XYZ 47.31 22.74 92.34 -
YUV 105.73 209.42 210.22 -
System Red Green Blue C M Y K H S L
Decimal 221 19 250 0.12 0.92 0 0.02 292.47 0.96 0.53
Hex DD 13 FA C 5C 0 2 124 60 35
Octal 335 23 372 14 134 0 2 444 140 65
Binary 11011101 10011 11111010 1100 1011100 0 10 100100100 1100000 110101

Color Harmonies of #DD13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13FA

Black with #DD13FA

Text Example


Text Example

White with #DD13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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