Html Css Color HEX #DD27FF Psychedelic Purple

📋 copy color: '#DD27FF'

red 221 ◦ green 39 ◦ blue 255

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

Shades of Psychedelic Purple #DD27FF

Tints of Psychedelic Purple #DD27FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.57%

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

R = 42.91%
G = 7.57%
B = 49.51%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD27FF (or 0xDD27FF) is known color: Psychedelic Purple. HEX triplet: DD, 27 and FF. RGB value is (221,39,255). Sum of RGB (Red+Green+Blue) = 221+39+255=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 39 (15.62% from 255 or 7.57% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27FF is #22D800. Grayscale: #757575. Windows color (decimal): -2283521 or 16721885. OLE color: 16721885.

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

Color convert

RGB 221 39 255 -
CMYK 0.13 0.85 0 0
HSL 290.56º 1% 0.58% -
HSV(B) 290.56º 0.85% 1% -
XYZ 48.59 24.04 96.69 -
YUV 118.04 205.3 201.44 -
System Red Green Blue C M Y K H S L
Decimal 221 39 255 0.13 0.85 0 0 290.56 1 0.58
Hex DD 27 FF D 55 0 0 123 64 3A
Octal 335 47 377 15 125 0 0 443 144 72
Binary 11011101 100111 11111111 1101 1010101 0 0 100100011 1100100 111010

Color Harmonies of #DD27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27FF

Black with #DD27FF

Text Example


Text Example

White with #DD27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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