Html Css Color HEX #DD27ED Psychedelic Purple

📋 copy color: '#DD27ED'

red 221 ◦ green 39 ◦ blue 237

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

Shades of Psychedelic Purple #DD27ED

Tints of Psychedelic Purple #DD27ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 44.47%
G = 7.85%
B = 47.69%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD27ED (or 0xDD27ED) is known color: Psychedelic Purple. HEX triplet: DD, 27 and ED. RGB value is (221,39,237). Sum of RGB (Red+Green+Blue) = 221+39+237=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27ED is #22D812. Grayscale: #737373. Windows color (decimal): -2283539 or 15542237. OLE color: 15542237.

HSL color Cylindrical-coordinate representation of color #DD27ED: hue angle of 295.15º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD27ED is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 39 237 -
CMYK 0.07 0.84 0 0.07
HSL 295.15º 0.85% 0.54% -
HSV(B) 295.15º 0.84% 0.93% -
XYZ 45.83 22.94 82.13 -
YUV 115.99 196.3 202.9 -
System Red Green Blue C M Y K H S L
Decimal 221 39 237 0.07 0.84 0 0.07 295.15 0.85 0.54
Hex DD 27 ED 7 54 0 7 127 55 36
Octal 335 47 355 7 124 0 7 447 125 66
Binary 11011101 100111 11101101 111 1010100 0 111 100100111 1010101 110110

Color Harmonies of #DD27ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27ED

Black with #DD27ED

Text Example


Text Example

White with #DD27ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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