Html Css Color HEX #DD2DEE Psychedelic Purple

📋 copy color: '#DD2DEE'

red 221 ◦ green 45 ◦ blue 238

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

Shades of Psychedelic Purple #DD2DEE

Tints of Psychedelic Purple #DD2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.93%

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

R = 43.85%
G = 8.93%
B = 47.22%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD2DEE (or 0xDD2DEE) is known color: Psychedelic Purple. HEX triplet: DD, 2D and EE. RGB value is (221,45,238). Sum of RGB (Red+Green+Blue) = 221+45+238=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DEE is #22D211. Grayscale: #777777. Windows color (decimal): -2282002 or 15609309. OLE color: 15609309.

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

Color convert

RGB 221 45 238 -
CMYK 0.07 0.81 0 0.07
HSL 294.72º 0.85% 0.55% -
HSV(B) 294.72º 0.81% 0.93% -
XYZ 46.19 23.42 82.98 -
YUV 119.63 194.81 200.31 -
System Red Green Blue C M Y K H S L
Decimal 221 45 238 0.07 0.81 0 0.07 294.72 0.85 0.55
Hex DD 2D EE 7 51 0 7 127 55 37
Octal 335 55 356 7 121 0 7 447 125 67
Binary 11011101 101101 11101110 111 1010001 0 111 100100111 1010101 110111

Color Harmonies of #DD2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DEE

Black with #DD2DEE

Text Example


Text Example

White with #DD2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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