Html Css Color HEX #DD1CFF Psychedelic Purple

📋 copy color: '#DD1CFF'

red 221 ◦ green 28 ◦ blue 255

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

Shades of Psychedelic Purple #DD1CFF

Tints of Psychedelic Purple #DD1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.56%

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

R = 43.85%
G = 5.56%
B = 50.6%

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

#DD1CFF (or 0xDD1CFF) is known color: Psychedelic Purple. HEX triplet: DD, 1C and FF. RGB value is (221,28,255). Sum of RGB (Red+Green+Blue) = 221+28+255=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1CFF is #22E300. Grayscale: #6E6E6E. Windows color (decimal): -2286337 or 16719069. OLE color: 16719069.

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

Color convert

RGB 221 28 255 -
CMYK 0.13 0.89 0 0
HSL 291.01º 1% 0.55% -
HSV(B) 291.01º 0.89% 1% -
XYZ 48.28 23.42 96.58 -
YUV 111.59 208.94 206.04 -
System Red Green Blue C M Y K H S L
Decimal 221 28 255 0.13 0.89 0 0 291.01 1 0.55
Hex DD 1C FF D 59 0 0 123 64 37
Octal 335 34 377 15 131 0 0 443 144 67
Binary 11011101 11100 11111111 1101 1011001 0 0 100100011 1100100 110111

Color Harmonies of #DD1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CFF

Black with #DD1CFF

Text Example


Text Example

White with #DD1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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