Html Css Color HEX #DD5CDB Free Speech Magenta

📋 copy color: '#DD5CDB'

red 221 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #DD5CDB

Tints of Free Speech Magenta #DD5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.29%

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

R = 41.54%
G = 17.29%
B = 41.17%

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

#DD5CDB (or 0xDD5CDB) is known color: Free Speech Magenta. HEX triplet: DD, 5C and DB. RGB value is (221,92,219). Sum of RGB (Red+Green+Blue) = 221+92+219=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CDB is #22A324. Grayscale: #909090. Windows color (decimal): -2269989 or 14376157. OLE color: 14376157.

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

Color convert

RGB 221 92 219 -
CMYK 0 0.58 0.01 0.13
HSL 300.93º 0.65% 0.61% -
HSV(B) 300.93º 0.58% 0.87% -
XYZ 46.43 28.14 70 -
YUV 145.05 169.74 182.17 -
System Red Green Blue C M Y K H S L
Decimal 221 92 219 0 0.58 0.01 0.13 300.93 0.65 0.61
Hex DD 5C DB 0 3A 1 D 12D 41 3D
Octal 335 134 333 0 72 1 15 455 101 75
Binary 11011101 1011100 11011011 0 111010 1 1101 100101101 1000001 111101

Color Harmonies of #DD5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CDB

Black with #DD5CDB

Text Example


Text Example

White with #DD5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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