Html Css Color HEX #DD46EE Free Speech Magenta

📋 copy color: '#DD46EE'

red 221 ◦ green 70 ◦ blue 238

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

Shades of Free Speech Magenta #DD46EE

Tints of Free Speech Magenta #DD46EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.23%

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

R = 41.78%
G = 13.23%
B = 44.99%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD46EE (or 0xDD46EE) is known color: Free Speech Magenta. HEX triplet: DD, 46 and EE. RGB value is (221,70,238). Sum of RGB (Red+Green+Blue) = 221+70+238=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD46EE is #22B911. Grayscale: #858585. Windows color (decimal): -2275602 or 15615709. OLE color: 15615709.

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

Color convert

RGB 221 70 238 -
CMYK 0.07 0.71 0 0.07
HSL 293.93º 0.83% 0.6% -
HSV(B) 293.93º 0.71% 0.93% -
XYZ 47.44 25.93 83.39 -
YUV 134.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 221 70 238 0.07 0.71 0 0.07 293.93 0.83 0.6
Hex DD 46 EE 7 47 0 7 126 53 3C
Octal 335 106 356 7 107 0 7 446 123 74
Binary 11011101 1000110 11101110 111 1000111 0 111 100100110 1010011 111100

Color Harmonies of #DD46EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46EE

Black with #DD46EE

Text Example


Text Example

White with #DD46EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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