Html Css Color HEX #DD27EB Psychedelic Purple

📋 copy color: '#DD27EB'

red 221 ◦ green 39 ◦ blue 235

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

Shades of Psychedelic Purple #DD27EB

Tints of Psychedelic Purple #DD27EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 44.65%
G = 7.88%
B = 47.47%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD27EB (or 0xDD27EB) is known color: Psychedelic Purple. HEX triplet: DD, 27 and EB. RGB value is (221,39,235). Sum of RGB (Red+Green+Blue) = 221+39+235=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 39 (15.62% from 255 or 7.88% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD27EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD27EB is #22D814. Grayscale: #737373. Windows color (decimal): -2283541 or 15411165. OLE color: 15411165.

HSL color Cylindrical-coordinate representation of color #DD27EB: hue angle of 295.71º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD27EB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 39 235 -
CMYK 0.06 0.83 0 0.08
HSL 295.71º 0.83% 0.54% -
HSV(B) 295.71º 0.83% 0.92% -
XYZ 45.54 22.82 80.6 -
YUV 115.76 195.3 203.06 -
System Red Green Blue C M Y K H S L
Decimal 221 39 235 0.06 0.83 0 0.08 295.71 0.83 0.54
Hex DD 27 EB 6 53 0 8 128 53 36
Octal 335 47 353 6 123 0 10 450 123 66
Binary 11011101 100111 11101011 110 1010011 0 1000 100101000 1010011 110110

Color Harmonies of #DD27EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD27EB

Black with #DD27EB

Text Example


Text Example

White with #DD27EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD27EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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