Html Css Color HEX #DD1DFF Psychedelic Purple

📋 copy color: '#DD1DFF'

red 221 ◦ green 29 ◦ blue 255

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

Shades of Psychedelic Purple #DD1DFF

Tints of Psychedelic Purple #DD1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.74%

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

R = 43.76%
G = 5.74%
B = 50.5%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD1DFF (or 0xDD1DFF) is known color: Psychedelic Purple. HEX triplet: DD, 1D and FF. RGB value is (221,29,255). Sum of RGB (Red+Green+Blue) = 221+29+255=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 29 (11.72% from 255 or 5.74% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1DFF is #22E200. Grayscale: #6F6F6F. Windows color (decimal): -2286081 or 16719325. OLE color: 16719325.

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

Color convert

RGB 221 29 255 -
CMYK 0.13 0.89 0 0
HSL 290.97º 1% 0.56% -
HSV(B) 290.97º 0.89% 1% -
XYZ 48.31 23.47 96.59 -
YUV 112.17 208.61 205.62 -
System Red Green Blue C M Y K H S L
Decimal 221 29 255 0.13 0.89 0 0 290.97 1 0.56
Hex DD 1D FF D 59 0 0 123 64 38
Octal 335 35 377 15 131 0 0 443 144 70
Binary 11011101 11101 11111111 1101 1011001 0 0 100100011 1100100 111000

Color Harmonies of #DD1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1DFF

Black with #DD1DFF

Text Example


Text Example

White with #DD1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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