Html Css Color HEX #DD5FDB Free Speech Magenta

📋 copy color: '#DD5FDB'

red 221 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #DD5FDB

Tints of Free Speech Magenta #DD5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.76%

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

R = 41.31%
G = 17.76%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD5FDB (or 0xDD5FDB) is known color: Free Speech Magenta. HEX triplet: DD, 5F and DB. RGB value is (221,95,219). Sum of RGB (Red+Green+Blue) = 221+95+219=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FDB is #22A024. Grayscale: #929292. Windows color (decimal): -2269221 or 14376925. OLE color: 14376925.

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

Color convert

RGB 221 95 219 -
CMYK 0 0.57 0.01 0.13
HSL 300.95º 0.65% 0.62% -
HSV(B) 300.95º 0.57% 0.87% -
XYZ 46.7 28.67 70.09 -
YUV 146.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 221 95 219 0 0.57 0.01 0.13 300.95 0.65 0.62
Hex DD 5F DB 0 39 1 D 12D 41 3E
Octal 335 137 333 0 71 1 15 455 101 76
Binary 11011101 1011111 11011011 0 111001 1 1101 100101101 1000001 111110

Color Harmonies of #DD5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FDB

Black with #DD5FDB

Text Example


Text Example

White with #DD5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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