Html Css Color HEX #DD27FE Psychedelic Purple

📋 copy color: '#DD27FE'

red 221 ◦ green 39 ◦ blue 254

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

Shades of Psychedelic Purple #DD27FE

Tints of Psychedelic Purple #DD27FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 43%
G = 7.59%
B = 49.42%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD27FE (or 0xDD27FE) is known color: Psychedelic Purple. HEX triplet: DD, 27 and FE. RGB value is (221,39,254). Sum of RGB (Red+Green+Blue) = 221+39+254=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 39 (15.62% from 255 or 7.59% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD27FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27FE is #22D801. Grayscale: #757575. Windows color (decimal): -2283522 or 16656349. OLE color: 16656349.

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

Color convert

RGB 221 39 254 -
CMYK 0.13 0.85 0 0.00
HSL 290.79º 0.99% 0.57% -
HSV(B) 290.79º 0.85% 1% -
XYZ 48.43 23.98 95.84 -
YUV 117.93 204.8 201.52 -
System Red Green Blue C M Y K H S L
Decimal 221 39 254 0.13 0.85 0 0.00 290.79 0.99 0.57
Hex DD 27 FE D 55 0 0 123 63 39
Octal 335 47 376 15 125 0 0 443 143 71
Binary 11011101 100111 11111110 1101 1010101 0 0 100100011 1100011 111001

Color Harmonies of #DD27FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27FE

Black with #DD27FE

Text Example


Text Example

White with #DD27FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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