Html Css Color HEX #DD2BEE Psychedelic Purple

📋 copy color: '#DD2BEE'

red 221 ◦ green 43 ◦ blue 238

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

Shades of Psychedelic Purple #DD2BEE

Tints of Psychedelic Purple #DD2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.57%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 44.02%
G = 8.57%
B = 47.41%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD2BEE (or 0xDD2BEE) is known color: Psychedelic Purple. HEX triplet: DD, 2B and EE. RGB value is (221,43,238). Sum of RGB (Red+Green+Blue) = 221+43+238=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2BEE is #22D411. Grayscale: #757575. Windows color (decimal): -2282514 or 15608797. OLE color: 15608797.

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

Color convert

RGB 221 43 238 -
CMYK 0.07 0.82 0 0.07
HSL 294.77º 0.85% 0.55% -
HSV(B) 294.77º 0.82% 0.93% -
XYZ 46.12 23.27 82.95 -
YUV 118.45 195.47 201.14 -
System Red Green Blue C M Y K H S L
Decimal 221 43 238 0.07 0.82 0 0.07 294.77 0.85 0.55
Hex DD 2B EE 7 52 0 7 127 55 37
Octal 335 53 356 7 122 0 7 447 125 67
Binary 11011101 101011 11101110 111 1010010 0 111 100100111 1010101 110111

Color Harmonies of #DD2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2BEE

Black with #DD2BEE

Text Example


Text Example

White with #DD2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2BEE; }

 p { color: rgb(221,43,238); }

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

background-color css

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

 a { background-color: rgb(221,43,238); }

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

border-color css

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

 span { border-color: rgb(221,43,238); }

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