Html Css Color HEX #DD46E7 Free Speech Magenta

📋 copy color: '#DD46E7'

red 221 ◦ green 70 ◦ blue 231

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

Shades of Free Speech Magenta #DD46E7

Tints of Free Speech Magenta #DD46E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.25%

R = 42.34%
G = 13.41%
B = 44.25%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD46E7 (or 0xDD46E7) is known color: Free Speech Magenta. HEX triplet: DD, 46 and E7. RGB value is (221,70,231). Sum of RGB (Red+Green+Blue) = 221+70+231=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD46E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD46E7 is #22B918. Grayscale: #858585. Windows color (decimal): -2275609 or 15156957. OLE color: 15156957.

HSL color Cylindrical-coordinate representation of color #DD46E7: hue angle of 296.27º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD46E7 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 70 231 -
CMYK 0.04 0.70 0 0.09
HSL 296.27º 0.77% 0.59% -
HSV(B) 296.27º 0.7% 0.91% -
XYZ 46.43 25.52 78.08 -
YUV 133.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 221 70 231 0.04 0.70 0 0.09 296.27 0.77 0.59
Hex DD 46 E7 4 46 0 9 128 4D 3B
Octal 335 106 347 4 106 0 11 450 115 73
Binary 11011101 1000110 11100111 100 1000110 0 1001 100101000 1001101 111011

Color Harmonies of #DD46E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46E7

Black with #DD46E7

Text Example


Text Example

White with #DD46E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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