Html Css Color HEX #DD3DDB Free Speech Magenta

📋 copy color: '#DD3DDB'

red 221 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Magenta #DD3DDB

Tints of Free Speech Magenta #DD3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.18%

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

R = 44.11%
G = 12.18%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD3DDB (or 0xDD3DDB) is known color: Free Speech Magenta. HEX triplet: DD, 3D and DB. RGB value is (221,61,219). Sum of RGB (Red+Green+Blue) = 221+61+219=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3DDB is #22C224. Grayscale: #7E7E7E. Windows color (decimal): -2277925 or 14368221. OLE color: 14368221.

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

Color convert

RGB 221 61 219 -
CMYK 0 0.72 0.01 0.13
HSL 300.75º 0.7% 0.55% -
HSV(B) 300.75º 0.72% 0.87% -
XYZ 44.27 23.82 69.28 -
YUV 126.85 180.01 195.15 -
System Red Green Blue C M Y K H S L
Decimal 221 61 219 0 0.72 0.01 0.13 300.75 0.7 0.55
Hex DD 3D DB 0 48 1 D 12D 46 37
Octal 335 75 333 0 110 1 15 455 106 67
Binary 11011101 111101 11011011 0 1001000 1 1101 100101101 1000110 110111

Color Harmonies of #DD3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3DDB

Black with #DD3DDB

Text Example


Text Example

White with #DD3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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