Html Css Color HEX #DD2FEE Psychedelic Purple

📋 copy color: '#DD2FEE'

red 221 ◦ green 47 ◦ blue 238

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

Shades of Psychedelic Purple #DD2FEE

Tints of Psychedelic Purple #DD2FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.29%

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

R = 43.68%
G = 9.29%
B = 47.04%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD2FEE (or 0xDD2FEE) is known color: Psychedelic Purple. HEX triplet: DD, 2F and EE. RGB value is (221,47,238). Sum of RGB (Red+Green+Blue) = 221+47+238=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2FEE is #22D011. Grayscale: #787878. Windows color (decimal): -2281490 or 15609821. OLE color: 15609821.

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

Color convert

RGB 221 47 238 -
CMYK 0.07 0.80 0 0.07
HSL 294.66º 0.85% 0.56% -
HSV(B) 294.66º 0.8% 0.93% -
XYZ 46.27 23.58 83 -
YUV 120.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 221 47 238 0.07 0.80 0 0.07 294.66 0.85 0.56
Hex DD 2F EE 7 50 0 7 127 55 38
Octal 335 57 356 7 120 0 7 447 125 70
Binary 11011101 101111 11101110 111 1010000 0 111 100100111 1010101 111000

Color Harmonies of #DD2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2FEE

Black with #DD2FEE

Text Example


Text Example

White with #DD2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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