Html Css Color HEX #DD5DDB Free Speech Magenta

📋 copy color: '#DD5DDB'

red 221 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #DD5DDB

Tints of Free Speech Magenta #DD5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.45%

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

R = 41.46%
G = 17.45%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD5DDB (or 0xDD5DDB) is known color: Free Speech Magenta. HEX triplet: DD, 5D and DB. RGB value is (221,93,219). Sum of RGB (Red+Green+Blue) = 221+93+219=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DDB is #22A224. Grayscale: #919191. Windows color (decimal): -2269733 or 14376413. OLE color: 14376413.

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

Color convert

RGB 221 93 219 -
CMYK 0 0.58 0.01 0.13
HSL 300.94º 0.65% 0.62% -
HSV(B) 300.94º 0.58% 0.87% -
XYZ 46.52 28.32 70.03 -
YUV 145.64 169.41 181.75 -
System Red Green Blue C M Y K H S L
Decimal 221 93 219 0 0.58 0.01 0.13 300.94 0.65 0.62
Hex DD 5D DB 0 3A 1 D 12D 41 3E
Octal 335 135 333 0 72 1 15 455 101 76
Binary 11011101 1011101 11011011 0 111010 1 1101 100101101 1000001 111110

Color Harmonies of #DD5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DDB

Black with #DD5DDB

Text Example


Text Example

White with #DD5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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