Html Css Color HEX #DD13FF Psychedelic Purple

📋 copy color: '#DD13FF'

red 221 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #DD13FF

Tints of Psychedelic Purple #DD13FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 44.65%
G = 3.84%
B = 51.52%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD13FF (or 0xDD13FF) is known color: Psychedelic Purple. HEX triplet: DD, 13 and FF. RGB value is (221,19,255). Sum of RGB (Red+Green+Blue) = 221+19+255=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD13FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD13FF is #22EC00. Grayscale: #696969. Windows color (decimal): -2288641 or 16716765. OLE color: 16716765.

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

Color convert

RGB 221 19 255 -
CMYK 0.13 0.93 0 0
HSL 291.36º 1% 0.54% -
HSV(B) 291.36º 0.93% 1% -
XYZ 48.1 23.06 96.52 -
YUV 106.3 211.92 209.81 -
System Red Green Blue C M Y K H S L
Decimal 221 19 255 0.13 0.93 0 0 291.36 1 0.54
Hex DD 13 FF D 5D 0 0 123 64 36
Octal 335 23 377 15 135 0 0 443 144 66
Binary 11011101 10011 11111111 1101 1011101 0 0 100100011 1100100 110110

Color Harmonies of #DD13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13FF

Black with #DD13FF

Text Example


Text Example

White with #DD13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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