Html Css Color HEX #DD5ABE Free Speech Magenta

📋 copy color: '#DD5ABE'

red 221 ◦ green 90 ◦ blue 190

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

Shades of Free Speech Magenta #DD5ABE

Tints of Free Speech Magenta #DD5ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 44.11%
G = 17.96%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD5ABE (or 0xDD5ABE) is known color: Free Speech Magenta. HEX triplet: DD, 5A and BE. RGB value is (221,90,190). Sum of RGB (Red+Green+Blue) = 221+90+190=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ABE is #22A541. Grayscale: #8C8C8C. Windows color (decimal): -2270530 or 12475101. OLE color: 12475101.

HSL color Cylindrical-coordinate representation of color #DD5ABE: hue angle of 314.2º 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 #DD5ABE is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 190 -
CMYK 0 0.59 0.14 0.13
HSL 314.2º 0.66% 0.61% -
HSV(B) 314.2º 0.59% 0.87% -
XYZ 42.77 26.4 51.56 -
YUV 140.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 221 90 190 0 0.59 0.14 0.13 314.2 0.66 0.61
Hex DD 5A BE 0 3B E D 13A 42 3D
Octal 335 132 276 0 73 16 15 472 102 75
Binary 11011101 1011010 10111110 0 111011 1110 1101 100111010 1000010 111101

Color Harmonies of #DD5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ABE

Black with #DD5ABE

Text Example


Text Example

White with #DD5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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