Html Css Color HEX #DD5ADB Free Speech Magenta

📋 copy color: '#DD5ADB'

red 221 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #DD5ADB

Tints of Free Speech Magenta #DD5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.98%

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

R = 41.7%
G = 16.98%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD5ADB (or 0xDD5ADB) is known color: Free Speech Magenta. HEX triplet: DD, 5A and DB. RGB value is (221,90,219). Sum of RGB (Red+Green+Blue) = 221+90+219=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ADB is #22A524. Grayscale: #8F8F8F. Windows color (decimal): -2270501 or 14375645. OLE color: 14375645.

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

Color convert

RGB 221 90 219 -
CMYK 0 0.59 0.01 0.13
HSL 300.92º 0.66% 0.61% -
HSV(B) 300.92º 0.59% 0.87% -
XYZ 46.26 27.8 69.95 -
YUV 143.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 221 90 219 0 0.59 0.01 0.13 300.92 0.66 0.61
Hex DD 5A DB 0 3B 1 D 12D 42 3D
Octal 335 132 333 0 73 1 15 455 102 75
Binary 11011101 1011010 11011011 0 111011 1 1101 100101101 1000010 111101

Color Harmonies of #DD5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ADB

Black with #DD5ADB

Text Example


Text Example

White with #DD5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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