Html Css Color HEX #DD5ABC Free Speech Magenta

📋 copy color: '#DD5ABC'

red 221 ◦ green 90 ◦ blue 188

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

Shades of Free Speech Magenta #DD5ABC

Tints of Free Speech Magenta #DD5ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 44.29%
G = 18.04%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD5ABC (or 0xDD5ABC) is known color: Free Speech Magenta. HEX triplet: DD, 5A and BC. RGB value is (221,90,188). Sum of RGB (Red+Green+Blue) = 221+90+188=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ABC is #22A543. Grayscale: #8C8C8C. Windows color (decimal): -2270532 or 12344029. OLE color: 12344029.

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

Color convert

RGB 221 90 188 -
CMYK 0 0.59 0.15 0.13
HSL 315.11º 0.66% 0.61% -
HSV(B) 315.11º 0.59% 0.87% -
XYZ 42.55 26.32 50.41 -
YUV 140.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 221 90 188 0 0.59 0.15 0.13 315.11 0.66 0.61
Hex DD 5A BC 0 3B F D 13B 42 3D
Octal 335 132 274 0 73 17 15 473 102 75
Binary 11011101 1011010 10111100 0 111011 1111 1101 100111011 1000010 111101

Color Harmonies of #DD5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ABC

Black with #DD5ABC

Text Example


Text Example

White with #DD5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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