Html Css Color HEX #DD46DB Free Speech Magenta

📋 copy color: '#DD46DB'

red 221 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #DD46DB

Tints of Free Speech Magenta #DD46DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 43.33%
G = 13.73%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD46DB (or 0xDD46DB) is known color: Free Speech Magenta. HEX triplet: DD, 46 and DB. RGB value is (221,70,219). Sum of RGB (Red+Green+Blue) = 221+70+219=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD46DB is #22B924. Grayscale: #838383. Windows color (decimal): -2275621 or 14370525. OLE color: 14370525.

HSL color Cylindrical-coordinate representation of color #DD46DB: hue angle of 300.79º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD46DB is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 219 -
CMYK 0 0.68 0.01 0.13
HSL 300.79º 0.69% 0.57% -
HSV(B) 300.79º 0.68% 0.87% -
XYZ 44.8 24.87 69.46 -
YUV 132.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 221 70 219 0 0.68 0.01 0.13 300.79 0.69 0.57
Hex DD 46 DB 0 44 1 D 12D 45 39
Octal 335 106 333 0 104 1 15 455 105 71
Binary 11011101 1000110 11011011 0 1000100 1 1101 100101101 1000101 111001

Color Harmonies of #DD46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46DB

Black with #DD46DB

Text Example


Text Example

White with #DD46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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