Html Css Color HEX #DD10FF Psychedelic Purple

📋 copy color: '#DD10FF'

red 221 ◦ green 16 ◦ blue 255

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

Shades of Psychedelic Purple #DD10FF

Tints of Psychedelic Purple #DD10FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.25%

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

R = 44.92%
G = 3.25%
B = 51.83%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD10FF (or 0xDD10FF) is known color: Psychedelic Purple. HEX triplet: DD, 10 and FF. RGB value is (221,16,255). Sum of RGB (Red+Green+Blue) = 221+16+255=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 16 (6.64% from 255 or 3.25% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10FF is #22EF00. Grayscale: #676767. Windows color (decimal): -2289409 or 16715997. OLE color: 16715997.

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

Color convert

RGB 221 16 255 -
CMYK 0.13 0.94 0 0
HSL 291.46º 1% 0.53% -
HSV(B) 291.46º 0.94% 1% -
XYZ 48.05 22.96 96.51 -
YUV 104.54 212.92 211.07 -
System Red Green Blue C M Y K H S L
Decimal 221 16 255 0.13 0.94 0 0 291.46 1 0.53
Hex DD 10 FF D 5E 0 0 123 64 35
Octal 335 20 377 15 136 0 0 443 144 65
Binary 11011101 10000 11111111 1101 1011110 0 0 100100011 1100100 110101

Color Harmonies of #DD10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10FF

Black with #DD10FF

Text Example


Text Example

White with #DD10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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