Html Css Color HEX #DD5ACC Free Speech Magenta

📋 copy color: '#DD5ACC'

red 221 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #DD5ACC

Tints of Free Speech Magenta #DD5ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 42.91%
G = 17.48%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD5ACC (or 0xDD5ACC) is known color: Free Speech Magenta. HEX triplet: DD, 5A and CC. RGB value is (221,90,204). Sum of RGB (Red+Green+Blue) = 221+90+204=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5ACC is #22A533. Grayscale: #8D8D8D. Windows color (decimal): -2270516 or 13392605. OLE color: 13392605.

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

Color convert

RGB 221 90 204 -
CMYK 0 0.59 0.08 0.13
HSL 307.79º 0.66% 0.61% -
HSV(B) 307.79º 0.59% 0.87% -
XYZ 44.37 27.04 60.01 -
YUV 142.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 221 90 204 0 0.59 0.08 0.13 307.79 0.66 0.61
Hex DD 5A CC 0 3B 8 D 134 42 3D
Octal 335 132 314 0 73 10 15 464 102 75
Binary 11011101 1011010 11001100 0 111011 1000 1101 100110100 1000010 111101

Color Harmonies of #DD5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5ACC

Black with #DD5ACC

Text Example


Text Example

White with #DD5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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